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
Mock cluster is a feature that first appears in v1.80 but AFAIA the latest tagged version anywhere (including in this repo) is v1.7.x. Even if the mock cluster feature was available in a tagged release however, using it from a docker container would currently be impossible because running on localhost is hard-coded in the librdkafka source code so there wouldn't be any way to get it to listen on 0.0.0.0 to be accessible outside the container.
I refer to the README, but cannot start a mock kafka cluster.
➜ ~ docker run --rm -it --network host edenhill/kcat:1.7.1 -X bootstrap.servers=localhost:9092 -M 3 Error: unknown argument
The text was updated successfully, but these errors were encountered: