0
votes

Is it compulsory to run kafka sink connector and ignite node on the same host? If not, what changes I have to make in ignite configuration (XML) file to make it accessible from another node. Thanks in advance.

1

1 Answers

0
votes

Assuming the connector is a thin client, it doesn't need to be, however Connect shouldn't run on the brokers either, and if you're in a highly latent environment (consuming from the cloud / remote data center), then it's recommended that you "produce locally"

You'd change the Ignite server bind address (localAddress in the communications spi) to make it remotely accessible from any client, including other nodes in a cluster, assuming it isn't already