xitep
xitep
i suppose you tried using `kafka-console-{consumer, producer}.sh` from the kafka distribution to verify the problem is only with `kafka-rust`.
could you maybe provide the full debug output of your kafka-rust test app?
ok, thanks for the feedback; i still believe your initially reported problem about `kafka-rust` not seeing on-the-fly created topics remains; though, it is questionable whether we actually want to support...
@ChrisMacNaughton i had a chance to reproduce your problem. the following program works for me (i.e. successfully sends the message) against a local kafka broker configured with `auto.create.topics.enable = true`:...
yes, that definitely is quite cool! 👍 (many many thanks for the initiative!) it's a start to build up a integration test suite - which is missing so far. Some...
@dead10ck thanks for all your answers and the script. the idea becomes clearer to me. i like it! 👍 i'm a bit worried about the fact that the we'd need...
This sounds great to me! If you've got some time, feel free to submit a PR. I'd be glad to merge such an improvement.
* cool! :+1: * unfortunately, i don't have enough time go through it :/ at least, I wanted to provide quick feedback regarding your questions: * i usually capture the...
hello, indeed - as @dead10ck pointed out - this error is not returned by the broker, but by the rust consumer implementation. this error is raised [by the consumer in...
i haven't put much thought into this ticket yet, but as far as i can tell, you'll also need to account for the fact that kafka brokers report metadata about...