Everything works as expected but I do not know why I am getting these warning in the console:
2019-11-20 17:45:38,978 WARN [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'channel-name' was supplied but isn't a known config.
2019-11-20 17:45:38,986 WARN [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'connector' was supplied but isn't a known config.
2019-11-20 17:45:38,986 WARN [org.apa.kaf.cli.pro.ProducerConfig] (main) The configuration 'topic' was supplied but isn't a known config.
2019-11-20 17:45:38,993 INFO [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka version: 2.2.1
2019-11-20 17:45:38,994 INFO [org.apa.kaf.com.uti.AppInfoParser] (main) Kafka commitId: 55783d3133a5a49a
2019-11-20 17:45:39,043 INFO [io.sma.rea.mes.kaf.KafkaSink] (main) Setting bootstrap.servers to localhost:9092
And I am getting them twice. What am I doing "wrong" to make appear these warnings in the console?