You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, as PartitionOffsetState.incOffsets increments offsets for all known partitions, there's a potential for records to be skipped. AckableRecord probably needs to keep track of the partition it came from and increment only that one.
More than happy to fix and share back, however it won't get onto our roadmap until October at the earliest, so raising here in-case you need to fix more urgently for any other projects.
BTW, thanks for accepting that last pull-request. Would you mind publishing to Maven Central if all's well with it please?
Cheers,
Tony
The text was updated successfully, but these errors were encountered:
Cheers Tony - apologies for the delayed response; and for leaving the 0.7.3 on sonatype unpublished!
That's out now, and I'll try and get some time to get some more solid tests in around repartitioning scenarios. I'd love to catch up and hear about the work you've all been doing.
Thanks again for your PR and comments - hope you're keeping well!
Hi Aaron,
Here's another issue that came up during testing.
Currently, as PartitionOffsetState.incOffsets increments offsets for all known partitions, there's a potential for records to be skipped. AckableRecord probably needs to keep track of the partition it came from and increment only that one.
More than happy to fix and share back, however it won't get onto our roadmap until October at the earliest, so raising here in-case you need to fix more urgently for any other projects.
BTW, thanks for accepting that last pull-request. Would you mind publishing to Maven Central if all's well with it please?
Cheers,
Tony
The text was updated successfully, but these errors were encountered: