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
It means that the token used by Kafka client was not issued by this instance of Keycloak or for the same realm.
This can happen if you restart the Keycloak instance without restarting your Kafka client afterwards.
It can also happen if your Kafka client is configured to use a different Keycloak instance or realm.
Hi @mstruk, @see-quick and team
I already got latest source code from branch main after you fixed #161. But I got other errors like above:
You can reproduce as per step below:
Step 1: go to folder examples/docker
Step 2: Execute command: 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 3: Now, you open kafka log then you will see error as image above
Thanks
The text was updated successfully, but these errors were encountered: