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
Currently, we fetch consumerGroupMetaData after every poll (see method offerRecordsToStreams in Runloop). This metadata only changes after a rebalance so fetching it that often is overhead.
Fix this by only fetching consumerGroupMetaData after a rebalance.
The text was updated successfully, but these errors were encountered:
Currently, we fetch
consumerGroupMetaData
after every poll (see methodofferRecordsToStreams
inRunloop
). This metadata only changes after a rebalance so fetching it that often is overhead.Fix this by only fetching
consumerGroupMetaData
after a rebalance.The text was updated successfully, but these errors were encountered: