spring-cloud / spring-cloud/spring-cloud-stream
Could you add batch mode support to the upcoming spring-cloud-stream-binder-kafka-reactive ?
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 646
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 8
Description
Hi,
I've been testing the new spring-cloud-stream-binder-kafka-reactive 2022.0.0-M5 and have noticed that batch mode has not been implemented. (i.e. org.springframework.cloud.stream.binder.ConsumerProperties.isBatchMode is not referenced in this binder but is referenced in the original spring-cloud-stream-binder-kafka).
Will this be implemented on full release ?
Thanks
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by comparing the reactive binder with the original spring-cloud-stream-binder-kafka, focusing on how ConsumerProperties.isBatchMode is handled. Trace the reactive binder entry point and existing batch-related behavior, then verify that enabling batch mode produces the expected grouped consumption behavior.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kafka
- Domain
- backend, stream-processing
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100