adobe / experience-platform-streaming-connect

Experience platform Streaming Connectors for Data Ingress
Apache License 2.0
23 stars 20 forks source link

Using an Existing Topic in a separate Kafka Cluster to send Data to AEP #7

Closed del57361 closed 3 years ago

del57361 commented 3 years ago

Subject of the issue

Using an Existing Topic in a separate Kafka Cluster to send Data to AEP

Expected behaviour

Instead of creating a topic through the Kafka Connector can we use the Adobe Sink Connector to send data from an existing topic? Are there any constraints or extra configurations for doing so?

nipunnair commented 3 years ago

Yes, though the documentation refers to creating a new topic, we can configure the kafka connect worker to point to existing topic in the broker. There are no constraints related to this - the setup is similar to any generic kafka connect setup