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

GH-1948: KafkaTemplate Receive Multiple Records #1955

Merged
merged 3 commits into from
Sep 27, 2021

Conversation

garyrussell
Copy link
Contributor

Resolves #1948


@Override
public ConsumerRecords<K, V> receive(Collection<TopicPartitionOffset> requested) {
return receive(requested, DEFAULT_POLL_TIMEOUT);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like this can go as a default to the KafkaOperations.

@artembilan artembilan merged commit afd52e0 into spring-projects:main Sep 27, 2021
@garyrussell garyrussell deleted the GH-1948 branch September 27, 2021 16:34
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

Successfully merging this pull request may close these issues.

Add KafkaTemplate.receive(Collection<TopicPartitionOffset> records) Methods
2 participants