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

Documentation for configuring custom ConsumerFactory and ProducerFactory beans when using Spring Boot is incorrect #3242

Closed
wilkinsona opened this issue May 9, 2024 · 0 comments · Fixed by #3243

Comments

@wilkinsona
Copy link
Member

In what version(s) of Spring for Apache Kafka are you seeing this issue?

All supported versions.

Describe the bug

Please see spring-projects/spring-boot#40174.

To Reproduce

Please see spring-projects/spring-boot#40174.

Expected behavior

The custom consumer and or producer factories are used by the default listener container when following Spring Kafka's documentation. To achieve this the documentation should be updated to define the beans as ConsumerFactory<?, ?> and ProducerFactory<?, ?>.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment