Controlcenter, Connect pods are failing

Hi,
I’m new to Confluent kafka. I’m trying to deploy Confluent Kafka on Google Autopilot cluster and the controlcenter,connect pods are failing when the probes are triggered.

All the other services are working as expected. This is occurring when I’m deploying the quickstart tutorial.

Hi @ezio_9153

any errors in the logs?

Best,
Michael

Thanks for the response. I have a question. Is there a chance the ports 9021,8083 are blocked in our cluster?

according to the logs there seems to be a working connection somehow

could you check the logs for errors or similar?

Hi. Seems like that issue is resolved by increasing the probe duration and setting up the endpoints correctly. Now there is one more issue with my connect pod- org.apache.kafka.connect.runtime.isolation.PluginScanner getServiceLoaderPluginDesc - Failed to discover Converter in /usr/share/java/confluent-metadata-service: Plugin class has a dependency which is missing or invalid
java.util.ServiceConfigurationError: org.apache.kafka.connect.storage.Converter: Provider org.apache.kafka.connect.json.JsonConverter could not be instantiated

check this :slight_smile:

https://issues.apache.org/jira/browse/KAFKA-17111