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
Description
Following the instructions/environment variables set to connect to a Confluence cloud instance of Kafka, my docker instance is timing out connecting to the admin client for the instance. The logs continually show errors like:
connect | [2024-02-03 01:24:36,871] INFO [AdminClient clientId=adminclient-2] Node -1 disconnected. (org.apache.kafka.clients.NetworkClient)
connect | [2024-02-03 01:24:36,871] INFO [AdminClient clientId=adminclient-2] Cancelled in-flight API_VERSIONS request with correlation id 137 due to node -1 being disconnected (elapsed time since creation: 5032ms, elapsed time since send: 5032ms, request timeout: 3600000ms) (org.apache.kafka.clients.NetworkClient)
connect | [2024-02-03 01:24:37,690] INFO [AdminClient clientId=adminclient-2] Metadata update failed (org.apache.kafka.clients.admin.internals.AdminMetadataManager)
connect | org.apache.kafka.common.errors.TimeoutException: Timed out waiting for a node assignment. Call: fetchMetadata
I am just running the single Confluence Kafka connect container via docker compose with all environment variables from cp-all-in-one-cloud/docker-compose.connect.yml set to the correct values from the Confluence UI.
I can see in in the confluence UI that the connect config, offset and status topics are being connected (the topics exist and have the connection details and error messages from the docker container) but the connection I have setup does not propagate the messages to Confluence cloud.
Description
Following the instructions/environment variables set to connect to a Confluence cloud instance of Kafka, my docker instance is timing out connecting to the admin client for the instance. The logs continually show errors like:
I am just running the single Confluence Kafka connect container via docker compose with all environment variables from
cp-all-in-one-cloud/docker-compose.connect.yml
set to the correct values from the Confluence UI.I can see in in the confluence UI that the connect config, offset and status topics are being connected (the topics exist and have the connection details and error messages from the docker container) but the connection I have setup does not propagate the messages to Confluence cloud.
I am using a docker image created by downloading and copying a jar following this: https://docs.confluent.io/platform/current/connect/extending.html#add-additional-software
Troubleshooting
Command:
docker compose up
Compose File:
Environment
The text was updated successfully, but these errors were encountered: