Hello, I am an ignite user, recently I am connecting ignite and kafka in distributed mode.
The tests I did so far are: 1. Initialize the sink connector and then connect kafka and ignite. It worked. 2. Initialize the source connector and connect kafka and ignite. It worked. 3. Initialize the source and sink connectors together. The *error *I get is when I Initialize both connectors at the same time, the sink connector works fine, but the source connector disconnects automatically. So, my question is it possible to Initialize both connectors at the same time? If it is possible, could you offer me a link to the document to see the steps? Best regards