Replies: 1 comment 7 replies
-
To do throttling on a particular vertex you can do the following:
|
Beta Was this translation helpful? Give feedback.
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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.
All reactions