Skip to content

ReactiveKafkaConsumerTemplate missing receiveBatch method #3057

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

Closed
marcusvoltolim opened this issue Feb 21, 2024 · 0 comments · Fixed by #3064
Closed

ReactiveKafkaConsumerTemplate missing receiveBatch method #3057

marcusvoltolim opened this issue Feb 21, 2024 · 0 comments · Fixed by #3064

Comments

@marcusvoltolim
Copy link
Contributor

marcusvoltolim commented Feb 21, 2024

Expected Behavior

There is a ReactiveKafkaConsumerTemplate#receiveBatch method.

Current Behavior

The ReactiveKafkaConsumerTemplate class is missing the KafkaReceiver#receiveBatch method wrapper

Context

marcusvoltolim added a commit to marcusvoltolim/spring-kafka that referenced this issue Feb 23, 2024
…Batch method

* Adding wrapper method `receiveBatch` in ReactiveKafkaConsumerTemplate.

Closes spring-projects#3057
marcusvoltolim added a commit to marcusvoltolim/spring-kafka that referenced this issue Feb 29, 2024
@sobychacko sobychacko added this to the 3.2.0-M2 milestone Mar 18, 2024
sobychacko pushed a commit that referenced this issue Mar 18, 2024
Fixes: #3057 

* Adding wrapper method `receiveBatch` in ReactiveKafkaConsumerTemplate
   that delegates to `KafkaReceiver#receiveBatch.` 
* Addressing PR review.
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.

2 participants