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
do not implicitly connect to Kafka network (#2139)
Apparently, there is a bug(?) in Docker that sometimes(!)
re-assigns random ports when container is connect to network.
It means that we cannot lazily connect KafkaContainer to
network in case it wasn't set.
0 commit comments