Skip to content
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

@PartitionOffset Improvement #1554

Closed
garyrussell opened this issue Jul 31, 2020 · 0 comments · Fixed by #1555
Closed

@PartitionOffset Improvement #1554

garyrussell opened this issue Jul 31, 2020 · 0 comments · Fixed by #1555

Comments

@garyrussell
Copy link
Contributor

When using manual assignment using @TopicPartition make it easier to apply the initial offset to all partitions (e.g. seekToBeginning).

@garyrussell garyrussell added this to the 2.6.M1 milestone Jul 31, 2020
@garyrussell garyrussell self-assigned this Jul 31, 2020
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jul 31, 2020
Resolves spring-projects#1554

When using manual assignment it was difficult to specify the initial
offset for multiple partitions - especially when dynamically determined.

Add a wildcard to indicate the offset should be applied to all partitions.

**cherry-pick to 2.5.x**
garyrussell added a commit to garyrussell/spring-kafka that referenced this issue Jul 31, 2020
Resolves spring-projects#1554

When using manual assignment it was difficult to specify the initial
offset for multiple partitions - especially when dynamically determined.

Add a wildcard to indicate the offset should be applied to all partitions.

**cherry-pick to 2.5.x**
artembilan pushed a commit that referenced this issue Jul 31, 2020
Resolves #1554

When using manual assignment it was difficult to specify the initial
offset for multiple partitions - especially when dynamically determined.

Add a wildcard to indicate the offset should be applied to all partitions.

**cherry-pick to 2.5.x**

* Call onPartitionsAssigned() with manual assignment

Resolves #1553

* Fix test class name.
artembilan pushed a commit that referenced this issue Jul 31, 2020
Resolves #1554

When using manual assignment it was difficult to specify the initial
offset for multiple partitions - especially when dynamically determined.

Add a wildcard to indicate the offset should be applied to all partitions.

**cherry-pick to 2.5.x**

* Call onPartitionsAssigned() with manual assignment

Resolves #1553

* Fix test class name.
# Conflicts:
#	src/reference/asciidoc/whats-new.adoc
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant