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
If exactly expectedNumOfRecords are received, the full timeout of KafkaServer.consume still elapses before returning. This line should be total < expectedNumOfRecords instead of <=.