Skip to content
New issue

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

kafkacat #43

Open
mre opened this issue Aug 27, 2018 · 3 comments
Open

kafkacat #43

mre opened this issue Aug 27, 2018 · 3 comments

Comments

@mre
Copy link
Member

mre commented Aug 27, 2018

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.

@raymondsiu
Copy link

+1 to see Rust written for use with Apache Kafka, which a lot of companies are adopting lately.

@mre
Copy link
Member Author

mre commented Aug 27, 2018

Yeah, my idea is to write a tool similar to the beautiful bat by @sharkdp or @BurntSushi's ripgrep. 😃

@mre
Copy link
Member Author

mre commented Sep 4, 2018

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. 😉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants