devshawn / kafka-shell

⚡A supercharged, interactive Kafka shell built on top of the existing Kafka CLI tools.
Apache License 2.0
126 stars 11 forks source link

Allow for commands to be piped #5

Open devshawn opened 5 years ago

devshawn commented 5 years ago

Allow commands to be piped for things such as | grep. It works for commands that have no auto-fill from config (like when you actually specify --zookeeper, but otherwise fails.