You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you have your own Kafka deployment but not Kafka Connect Instance, then you can use [docker](https://hub.docker.com/r/adobe/experience-platform-streaming-connect)
46
46
to talk to your Kafka brokers and send data to Adobe.
47
47
```bash
48
-
docker run adobe/experience-platform-streaming-connect --props connect.bootstrap.servers=<karkabrokers:port>
48
+
docker run ghcr.io/adobe/experience-platform-streaming-connect --props connect.bootstrap.servers=<karkabrokers:port>
description : 'Adobe Experience Platform Stream connector is based on Kafka Connect. Use this library to stream JSON events from Kafka topics in your datacenter directly into a Adobe Experience Platform in real-time.',
47
-
logo : 'doc/resources/adobe.png',
47
+
logo : 'assets/adobe.png',
48
48
version : System.getenv("PROJECT_VERSION") ?:"${versionMain}${versionQualifier}",
supportSummary : 'Please file issues, suggest changes or feature requests and question at https://github.com/adobe/experience-platform-streaming-connect/issues'
0 commit comments