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
Describe the bug
After a Rebalancing the StreamEngine could contain metrics of partitions that where assigned to other StreamEngine instances which are running in different node. We need to make sure that we clean the old metrics.
To Reproduce
Start with x amount of instances, scale up/down and the StreamEngine contains old metrics.
Solution
Use the ConsumerRebalanceListener to listen for Rebalancing events. We have an open PR on aiokafka to be able to create a consumer with a ConsumerRebalanceListener.
The text was updated successfully, but these errors were encountered:
Describe the bug
After a Rebalancing the
StreamEngine
could contain metrics of partitions that where assigned to otherStreamEngine
instances which are running in different node. We need to make sure that we clean the old metrics.To Reproduce
Start with x amount of instances, scale up/down and the StreamEngine contains old metrics.
Solution
Use the
ConsumerRebalanceListener
to listen forRebalancing
events. We have an open PR onaiokafka
to be able to create a consumer with aConsumerRebalanceListener
.The text was updated successfully, but these errors were encountered: