I'm looking at deploying Kafka Connect for a simple export cluster. I'm
trying to understand how the connectors are loaded. Are the connectors
getting deployed through a process "fork" and they are monitored via the
Kafka Connect workers. Or is the connector just instantiated inside a Kafka
worker inside a protected namespace in the JVM?

-Richard

Reply via email to