spring-cloud / spring-cloud/spring-cloud-stream
Consider using auto configured Kafka components from Spring Boot
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.1k
- Forks
- 646
- Avg merge
- 2d 3h
- Merged PRs (30d)
- 8
Description
Currently, the Kafka binder provides its own producer and consumer factories, template, and listener infrastructure. Consider using the ones configured by the Boot as the Pulsar binder does. It is not a trivial task as some unknown/moving factors may exist. But look into the possibility. See this issue for somewhat related context: https://github.com/spring-cloud/spring-cloud-stream/issues/2909.
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 examining the Kafka binder’s producer and consumer factories, template, and listener infrastructure, then compare them with the components configured by Spring Boot and the Pulsar binder. Review the related context in issue 2909. Done means establishing whether the substitution is feasible and defining the required changes and implications.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, kafka, spring-boot
- Domain
- backend, stream-processing
- Issue type
- Refactor
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100