devshawn / kafka-shell

⚑A supercharged, interactive Kafka shell built on top of the existing Kafka CLI tools.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

More config/properties auto-completions

CasperKoning opened this issue Β· comments

First I'd like to say this is a great project. This is saving me an enormous amount of typing being able to easily switch between environments etc. Thanks πŸ‘

When trying out the config auto-complete I noticed it's not yet supported for all commands.

It does work for kafka-configs:
Screenshot 2019-11-26 at 10 54 42

But when checking this for kafka-[avro]-consoler-consumer, I see that the auto-complete doesn't work yet:
Screenshot 2019-11-26 at 10 54 57
Screenshot 2019-11-26 at 10 55 22
Screenshot 2019-11-26 at 10 55 34

Hi @CasperKoning! I'm glad this project has helped you πŸ˜„

Good find, this is definitely not implemented for all commands. I'll take a look and work on pushing out an update!