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

Module: spring-kafka #8160

Open
murdos opened this issue Nov 27, 2023 · 1 comment
Open

Module: spring-kafka #8160

murdos opened this issue Nov 27, 2023 · 1 comment

Comments

@murdos
Copy link
Contributor

murdos commented Nov 27, 2023

The current kafka module use kafka-clients dependency, rather that relying on spring-kafka integration.

Spring-Kafka brings some interesting features (configuration by properties, observability, high-level abstraction, ...) and is what is used in projects I've worked on.

I think we should either replace the implementation of the existing module, or add a second one that uses spring-kafka.

@pascalgrimaud
Copy link
Member

The first one was coded by @fdelbrayelle : it can stay like this, until it's totally unmaintained and broken. Then we'll remove it if it's the case

So I would suggest to add a second one here

@murdos murdos changed the title New module: spring-kafka Module: spring-kafka Mar 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants
@murdos @pascalgrimaud and others