You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consumer is paused passing all currently assigned partitions as argument.
Consumer is parked in blocking Consume call (which is not returning due to pause).
Consumer is assigned additional partitions (say 0, 1, 2, 3) while in Consume call.
Question is now; will the ongoing pause also apply to the newly assigned partitions?
I have done experiments that indicates that pause applies to additional assigned partitions as well, but that does not seem 100% logical given that call to Pause only included the previously assigned partitions.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
Consider a consumer scenario like this:
Question is now; will the ongoing pause also apply to the newly assigned partitions?
I have done experiments that indicates that pause applies to additional assigned partitions as well, but that does not seem 100% logical given that call to Pause only included the previously assigned partitions.
Beta Was this translation helpful? Give feedback.
All reactions