Change Connect Standalone to Distributed

Currently, I have a server running Kafka Connect in Standalone mode, transmitting data from a source to a destination. I need to move this server to a cluster that has other servers waiting for this server to be added. The reason is to run this process in a cluster. Considering not interrupting the process, what recommendations do I need to follow?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.