kubectl run -it --rm kafkacat --image=solsson/kafkacat --restart=Never -- -C -b kafka-bootstrap:9200 -t mytopic -p 0 -J -e
% KC_ERROR: Failed to query metadata for topic mytopic: Local: Broker transport failure
It works with the full list of service DNS names and the bootstrap service works just fine with Kafka libraries we're using in code (Java client).
It works with the full list of service DNS names and the bootstrap service works just fine with Kafka libraries we're using in code (Java client).