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
When appRebalanceEnable == true and rebalanceCb == nil and channel == nil, we want handle the event by poll , so the rebalance event should return by poll but not nil.
ifc.appRebalanceEnable&&c.rebalanceCb==nil {
// Channel-based consumer with rebalancing enabled,// return the rebalance event and rely on the application// to call *Assign() / *Unassign().returnev
}