-
Notifications
You must be signed in to change notification settings - Fork 28
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
Remove the use of a consumer group for StreamableKafkaMessageSource. #284
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor pointers and a curiosity remaining: why's this PR pointed towards 4.5.x?
...rc/main/java/org/axonframework/extensions/kafka/eventhandling/consumer/ConsumerSeekUtil.java
Show resolved
Hide resolved
...rc/main/java/org/axonframework/extensions/kafka/eventhandling/consumer/ConsumerSeekUtil.java
Outdated
Show resolved
Hide resolved
...amework/extensions/kafka/eventhandling/consumer/streamable/StreamableKafkaMessageSource.java
Outdated
Show resolved
Hide resolved
...amework/extensions/kafka/eventhandling/consumer/streamable/StreamableKafkaMessageSource.java
Outdated
Show resolved
Hide resolved
...tensions/kafka/eventhandling/consumer/streamable/TrackingTokenConsumerRebalanceListener.java
Show resolved
Hide resolved
...g/axonframework/extensions/kafka/eventhandling/consumer/ConsumerSeekUtilIntegrationTest.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just some minor pointers and a curiosity remaining: why's this PR pointed towards 4.5.x?
Mainly because it's kind of a bug fix and we might want to release it earlier. But if you think it's fine/better to add to master I'll happily rebase. |
Cool, just wanted to check, as the original issue still points to 4.6.0. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Still think this looks fine!
SonarCloud Quality Gate failed. |
Fixes #273 by instead of relying on a different consumer id each time, to ensure all the partitions are consumed, setting the partitions manually.