-
Notifications
You must be signed in to change notification settings - Fork 386
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Partitioned sources revoke/assign ignore re-assigned partitions #570
Milestone
Comments
This issue becomes visible when using manual offsets via |
@ennru Thanks a lot for the quick fix |
If you would like to try out a snapshot version with this fix merged in, we have just released a |
Will do ! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#382 reported lost messages on partition reassignment. This was solved (or at least improved) with #462 and #517, by delaying the actual handling of the revoked topic partitions: SubSourceLogic.partitionRevokedCB
This does not work correctly whenever the Kafka client issues revoke and assign signals for the same partitions within the timeframe of
waitClosePartition
. Whenever that happens any assigned partitions - that were marked as revoked just before - will be ignored: SubSourceLogic.partitionAssignedCB.The text was updated successfully, but these errors were encountered: