-
I'm working with a processing pipeline where Kafka is the source of messages. Currently, the processing rate is unbounded, leading to inconsistent processing rates and potential downstream bottlenecks. what configuration I can add to the source for a better and bounded processing rate |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 11 replies
-
To do throttling on a particular vertex you can do the following:
|
Beta Was this translation helpful? Give feedback.
-
@4rpit Thank you for exploring Numaflow. Apologies for asking this in the discussion thread, but could you share how you discovered the Numaflow project? Any specific use cases that you're exploring for? Helps us to learn what's resonating with the community :) |
Beta Was this translation helpful? Give feedback.
add limits to the UDF