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
Hi,
We are dealing with some scaling issues where if we have another consumer coming up in the same consumer group, we would like to delete some old cache.
In order to do this, we would need to receive a notification when a rebalance is in progress and we'll also have to know what partitions each consumer gets. Would this be possible?
Thanks!
The text was updated successfully, but these errors were encountered:
That would definitely require some changes to Kaffe. 🤔 We'd be open to a PR on that. Not really even sure how to design it, but the notification might need to happen in either Kaffe.Subscriber or Kaffe.GroupMember.
Hi,
We are dealing with some scaling issues where if we have another consumer coming up in the same consumer group, we would like to delete some old cache.
In order to do this, we would need to receive a notification when a rebalance is in progress and we'll also have to know what partitions each consumer gets. Would this be possible?
Thanks!
The text was updated successfully, but these errors were encountered: