-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Container pause() Does Not Work with Manual TopicPartition Assignment #2332
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
Comments
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Jul 6, 2022
Resolves spring-projects#2332 Use manual assignments, if present for pause. Also, in the rebalance listener, use `isPaused()` rather than `consumerPaused` to determine whether the partitions should be paused. Add logs and events for pauses in the rebal listener. **cherry-pick to 2.9.x, 2.8.x**
garyrussell
added a commit
to garyrussell/spring-kafka
that referenced
this issue
Jul 6, 2022
Resolves spring-projects#2332 Use manual assignments, if present, for pause. Also, in the rebalance listener, use `isPaused()` rather than `consumerPaused` to determine whether the partitions should be paused. Add logs and events for pauses in the rebal listener. Revert errant log4j commit. **cherry-pick to 2.9.x, 2.8.x**
artembilan
pushed a commit
that referenced
this issue
Jul 6, 2022
Resolves #2332 Use manual assignments, if present, for pause. Also, in the rebalance listener, use `isPaused()` rather than `consumerPaused` to determine whether the partitions should be paused. Add logs and events for pauses in the rebal listener. Revert errant log4j commit. **cherry-pick to 2.9.x, 2.8.x** * Use `CollectionUtils.isEmpty()`
artembilan
pushed a commit
that referenced
this issue
Jul 6, 2022
Resolves #2332 Use manual assignments, if present, for pause. Also, in the rebalance listener, use `isPaused()` rather than `consumerPaused` to determine whether the partitions should be paused. Add logs and events for pauses in the rebal listener. Revert errant log4j commit. **cherry-pick to 2.9.x, 2.8.x** * Use `CollectionUtils.isEmpty()`
garyrussell
added a commit
that referenced
this issue
Jul 7, 2022
Resolves #2332 Use manual assignments, if present, for pause. Also, in the rebalance listener, use `isPaused()` rather than `consumerPaused` to determine whether the partitions should be paused. Add logs and events for pauses in the rebal listener. Revert errant log4j commit. **cherry-pick to 2.9.x, 2.8.x** * Use `CollectionUtils.isEmpty()`
garyrussell
added a commit
that referenced
this issue
Jul 7, 2022
garyrussell
added a commit
that referenced
this issue
Jul 7, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: