You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I build the project in IntelliJ (although all maven support is missing in the example) and changed the application.yml to set the parameter "bootstrap-servers" to my docker host IP with the running Kafka container.
Now I start the application (with ./mvnw spring-boot:run) and get a lot of error messages "[| adminclient-1] org.apache.kafka.clients.NetworkClient : [AdminClient clientId=adminclient-1] Connection to node 1001 (/127.0.0.1:9092) could not be established. Broker may not be available."
until the process gives up for all 3 consumer clients.