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
Step 2: I open intellij and execute io.strimzi.examples.consumer.ExampleConsumer and io.strimzi.examples.producer.ExampleProducer => I can run as well. Apache Kafka + Zookeeper + Keycloak and ExampleConsumer/ExampleProducer run same a computer.
Step 3: Apache Kafka + Zookeeper + Keycloak run on one computer but ExampleConsumer/ExampleProducer run on a other computer then I get error like image below:
The text was updated successfully, but these errors were encountered:
Hi @mstruk and @scholzj
We need to configure nework as bridge for all containers (keycloak, zookeeper and kafka). You can see image as per below then the error will fixed
I don't have permission to commit my source code so I just informed you, let you fix them
I don't have permission to commit my source code so I just informed you, let you fix them
Everyone can open a PR instead of sharing some screenshots which do not make it clear what the changes are.
You should probably also start by explaining what are you trying to do and what is the use-case. There are many different configurations and the examples do not cover all of them for obvious reasons. So sometimes, you might just need to change them to match your environment. That is not something unexpected.
Token validation failed. How I reproduce this error:
Step 1: docker-compose -f compose.yml -f kafka-oauth-strimzi/compose-ssl.yml -f keycloak/compose-ssl.yml -f keycloak-import/compose-ssl.yml up --build
Step 2: I open intellij and execute io.strimzi.examples.consumer.ExampleConsumer and io.strimzi.examples.producer.ExampleProducer => I can run as well. Apache Kafka + Zookeeper + Keycloak and ExampleConsumer/ExampleProducer run same a computer.
Step 3: Apache Kafka + Zookeeper + Keycloak run on one computer but ExampleConsumer/ExampleProducer run on a other computer then I get error like image below:
The text was updated successfully, but these errors were encountered: