kafcat icon indicating copy to clipboard operation
kafcat copied to clipboard

a rust port of kafkacat

Results 5 kafcat issues
Sort by recently updated
recently updated
newest added

Hi, I came across this implementation while searching for examples around `rust-rdkafka`. This source code really helped me understand the usage of APIs exposed by `rust-rdkafka`. This would be useful...

Hey, love the rust version! However, I have a problem: I'm trying to set the offset to -1 in consumer mode like this: `kafcat -C -o -1 -b -t `...

As suggested, there should be some kind of testing and CI/CD. My approach is to setup a kafka docker image and write a bunch of tests, like what [kafkacat does](https://github.com/edenhill/kafkacat/tree/master/tests)....

enhancement

For the moment just prints some info about the topics Signed-off-by: Hanif Bin Ariffin

The planned features includes: - [ ] SSL connection - [ ] Topic/Server metadata, at least show (like what [kaf](https://github.com/birdayz/kaf) does) - [ ] Save servers to a config file(maybe...

enhancement