spring-cloud / spring-cloud/spring-cloud-stream

Could you add batch mode support to the upcoming spring-cloud-stream-binder-kafka-reactive ?

Open
#2,527 4 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

enhancement
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.