We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Write a clone of kafkacat in Rust (https://github.com/edenhill/kafkacat)
Show how to write CLI apps that follow best-practices. Would also be a fun tool to have and I need such a tool on a regular basis.
Probably something around structopt, Rust 2018 edition.
The text was updated successfully, but these errors were encountered:
+1 to see Rust written for use with Apache Kafka, which a lot of companies are adopting lately.
Sorry, something went wrong.
Yeah, my idea is to write a tool similar to the beautiful bat by @sharkdp or @BurntSushi's ripgrep. 😃
Actually, what I planned is already done here: https://github.com/spicavigo/kafka-rust/blob/master/examples/console-consumer.rs Might want to choose a different example for writing a CLI app. 😉
No branches or pull requests
What?
Write a clone of kafkacat in Rust (https://github.com/edenhill/kafkacat)
Why?
Show how to write CLI apps that follow best-practices.
Would also be a fun tool to have and I need such a tool on a regular basis.
How?
Probably something around structopt, Rust 2018 edition.
The text was updated successfully, but these errors were encountered: