devshawn/kafka-shell

More config/properties auto-completions

CasperKoning opened this issue ยท 1 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!