Re: EmbeddedConnectCluster with multiple Connectors

2025-04-14 Thread Greg Harris
Hi Claude, Please see the methods on the Embedded connect class, #configureConnector(String, Map) and similar. If you specify different connector IDs, this will create multiple concurrent connectors. Thanks, Greg On Mon, Apr 14, 2025, 7:45 AM Claude Warren, Jr wrote: > Greetings, > > I am look

EmbeddedConnectCluster with multiple Connectors

2025-04-14 Thread Claude Warren, Jr
Greetings, I am looking to run the EmbeddedClusterConnect with 2 different Connectors in an effort to prove round trip processing across a sink and a source connector. However, I don't see any way to create 2 different connectors within the cluster. Am I missing something or has this just not be