Antony Stubbs
Antony Stubbs
Yes atm this doesn't happen. You /can/ get this with partition or unordered mode if you're lucky, but it's not guaranteed. If using KEY ordering mode, it's guaranteed NOT to...
Days. Was going to be this week, but Kafka summit and covid got in the way. Regarding your question (good question) I’m not sure if you’re referring to the current...
Regarding 0.5 btw, at this point I'm not aware of anything substantial that is going to change from the existing released 0.5 snapshot.
Also regarding the new option that I'm referring to, I would really appreciate your feedback as to what do you think the API should look like. For example - to...
@fowlerp-qlik are there mechanisms from the Kafka clients for this that you want exposed? Have you looked at available JMX metrics from the raw clients?
unit tests running, integration tests have issues - seemingly race conditions due to different performance characteristics of GH actions over Confluent's Jenkins. Not great.
This is most likely redundant now. Check after merging #19.
This should be achievable from the following workaround: - shutdown PC - use the raw consumer to seek the raw consumer - rebuild pc with the same consumer - pc...
FYI this is being implemented here: https://github.com/astubbs/parallel-consumer/tree/features/consumer-interface
You can try out the consumer interface branch now if you like - it works, and has been used in some experimental tests in other branches. - #346