Confluent local service connect start error

Problem: The configuration of bootstrap.servers in the configuration file of connect-avro-distributed.properties cannot finally take effect. The generated configuration file is always localhost:9092, and other configuration modifications can be changed normally. What is this? cause?

Steps: (When all services are not started )
1 confluent local service start configuration takes effect normally,
2 confluent local service connect stop,
3 confluent local service start and confluent local service connect start The configuration file generated will become localhost:9092 again

“confluent local”, by definition, uses localhost.

That command is not meant to be used in production scenarios, or with external clusters.

Please use connect-distributed directly

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.