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 getCommittedOffsets() in MetadataClient #1076

Closed
francisdb opened this issue Mar 6, 2020 · 2 comments
Closed

add getCommittedOffsets() in MetadataClient #1076

francisdb opened this issue Mar 6, 2020 · 2 comments
Milestone

Comments

@francisdb
Copy link

Since

Consumer#committed(TopicPartition partition, Duration timeout)

is deprecated in favor of

Consumer#committed(Set<TopicPartition> partitions, Duration timeout)

the alpakka metadata client should probably also provide such method.

@epalace
Copy link

epalace commented Mar 6, 2020

That was just added yesterday: #1073

@francisdb
Copy link
Author

@epalace great job!

@ennru ennru added this to the 2.0.3 milestone May 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants