Jean-Philippe Moal

Results 6 issues of Jean-Philippe Moal

On the server side, kafka has a `auto.create.topics.enable` setting that determines whether a topic can be used "on the fly" without having to create it manually beforehand. In other languages/libraries,...

Because of the bit shifting used in the exponential backoff computation, an overflow can happen given some specific values for min/max backoff. Here is a snippet to show the current...

Hello, I would like for kafka headers to be supported, both reading them when consuming or when producing messages. Sarama already supports it, cf https://github.com/shopify/sarama/blob/v1.20.1/async_producer.go#L177C12-L177C24 on the producer side for...

feature

Hello, I have been trying to integrate venom as a library in our tooling, but I have come across issues when trying to run scenarios in parallel Unfortunately, when calling...

First, thanks for this project, the topics and groups commands are really impressive! The `consume` command is still lacking some features though. With https://github.com/fgeller/kt/ for instance you can: * Select...

First of all, thanks for this project! I'm loving the UI so far. This PR updates a couple of the dependencies of the server module so that the code can...