Closed
Description
Is your feature request related to a problem? Please describe.
See discussion in #15
Describe the solution you'd like
Using kafka-shell
with a docker image that uses .sh
commands (e.g. kafka-topics.sh
instead of just `kafka-topics, which seems to be the default behavior provided by Apache Kafka) should not result in an error:
OCI runtime exec failed: exec failed: container_linux.go:346: starting container process caused "exec: \"kafka-topics\": executable file not found in $PATH": unknown
command terminated with exit code 126
Some known images that result in this problem:
Additional context
Note that with this fix in place, running commands against docker deployed kafka should work with the following additional configuration in ~/.kafka-shell/config
: command_prefix: kubectl exec svc/kafka1 --