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

Add endOffset etc. To ReceiverPartition #344

Closed
garyrussell opened this issue May 9, 2023 · 1 comment · Fixed by #351
Closed

Add endOffset etc. To ReceiverPartition #344

garyrussell opened this issue May 9, 2023 · 1 comment · Fixed by #351
Labels
good first issue Ideal for a new contributor, we'll help type/enhancement A general enhancement
Milestone

Comments

@garyrussell
Copy link
Contributor

garyrussell commented May 9, 2023

ReceiverPartition currently allows seek operations (and position()) on the consumer during partition assignment.

It would be useful to add support for other methods, such as endOffsets, beginningOffsets, etc.

@garyrussell garyrussell added the type/enhancement A general enhancement label May 9, 2023
@garyrussell garyrussell added this to the 1.3.x Backlog milestone May 9, 2023
@garyrussell garyrussell added the good first issue Ideal for a new contributor, we'll help label May 9, 2023
@garyrussell garyrussell changed the title Add endOffsets etc. To ReceiverPartition Add endOffset etc. To ReceiverPartition May 9, 2023
garyrussell added a commit to garyrussell/reactor-kafka that referenced this issue Jun 27, 2023
Resolves reactor#344

Provide a mechanism to obtain beginning and ending offsets during
partition assignment.
artembilan pushed a commit that referenced this issue Jun 27, 2023
Resolves #344

Provide a mechanism to obtain beginning and ending offsets during
partition assignment.
@adamsmith118
Copy link

@artembilan Thanks for doing this!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Ideal for a new contributor, we'll help type/enhancement A general enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants