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