Hello everyone,
I’m trying to run a kafka connect cluster in distributed mode on Windows.
When I try to lunch the command C:\Users\dinardo\Desktop\Confluent\confluent-7.3.0\bin\windows>connect-distributed.bat C:\Users\dinardo\Desktop\Confluent\confluent-7.3.0\etc\kafka\connect-distributed.properties
gives me an error:
log4j:ERROR Could not read configuration file from URL [file:C:/Users/dinardo/Desktop/Confluent/confluent-7.3.0/config/connect-log4j.properties -Dlog4j.config.dir=C:/Users/dinardo/Desktop/Confluent/confluent-7.3.0/config].
java.io.FileNotFoundException: C:\Users\dinardo\Desktop\Confluent\confluent-7.3.0\config\connect-log4j.properties -Dlog4j.config.dir=C:\Users\dinardo\Desktop\Confluent\confluent-7.3.0\config.
I thought the problem was that config directory doesn’t exist in the path so I’ve created it with connect-log4j.properties file inside but the issue is still the same.
Can anyone help me? thank you