Abuntxa
Results
2
comments of
Abuntxa
It would useful to implement the parallel consumer in .net as described here: [https://www.confluent.io/blog/kafka-consumer-multi-threaded-messaging/](https://www.confluent.io/blog/kafka-consumer-multi-threaded-messaging/): For the moment we could get around with the workaround described by Krzystof.
Hi, I have used the same approach (consume with TimeSpan.Zero) to consume batches (up to no more messages or max-batch-size) and everything worked fine. I needed to consume in batches...