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
Officially added support for Kafka versions 2.1.x, 2.2.x, 2.3.x, 2.4.x.
(Documentation change only)
Bugfix
Fixes bug in ZookeeperTestServer.start() where calling start on an already running instance caused the instance to be restarted instead of being a no-operation.
This caused issues with Kafka version 2.1.x on startup and shutdown causing tests to hang.