The Ignite servers should be set in the discovery section.
<property name="addresses">
<list>
<value>127.0.0.1:49500..49520</value>
</list>
</property>
see: https://ignite.apache.org/docs/latest/clustering/tcp-ip-discoveryThe kafka servers should be set via bootstrap.servers property of the kafka worker. see: https://ignite.apache.org/docs/latest/extensions-and-integrations/streaming/kafka-streamer#setting-up-and-running -- Sent from: http://apache-ignite-users.70518.x6.nabble.com/
