-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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: Java configuration for Kafka Inbound Channel Adapter incorrect #8573
Comments
Yes. All those samples are broken: https://docs.spring.io/spring-integration/docs/current/reference/html/kafka.html#kafka-inbound-pollable. Thank you for reporting! |
artembilan
added a commit
to artembilan/spring-integration
that referenced
this issue
Mar 16, 2023
Fixes spring-projects#8573 * Also add a Kotlin DSL sample **Cherry-pick to `6.0.x` & `5.5.x`**
garyrussell
pushed a commit
that referenced
this issue
Mar 20, 2023
Fixes #8573 * Also add a Kotlin DSL sample **Cherry-pick to `6.0.x` & `5.5.x`**
garyrussell
pushed a commit
that referenced
this issue
Mar 20, 2023
Fixes #8573 * Also add a Kotlin DSL sample **Cherry-pick to `6.0.x` & `5.5.x`**
garyrussell
pushed a commit
that referenced
this issue
Mar 20, 2023
Fixes #8573 * Also add a Kotlin DSL sample **Cherry-pick to `6.0.x` & `5.5.x`**
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The Java example for configuring KafkaMessageSource uses constructors and methods that no longer exist to set topic, group ID and client ID.
The text was updated successfully, but these errors were encountered: