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
Copy file name to clipboardExpand all lines: kafka-connect/README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# kafka-connect
2
2
3
-
This repository contains the artifacts required to build the `ibmcom/eventstreams-kafkaconnect` Docker image.
3
+
This repository contains the artifacts required to build the `event-streams-samples/eventstreams-kafka-connect` Docker image.
4
4
5
5
This image contains the Kafka Connect runtime and the [IBM Cloud Object Storage sink connector](https://github.com/ibm-messaging/kafka-connect-ibmcos-sink) and the [IBM MQ source connector](https://github.com/ibm-messaging/kafka-connect-mq-source).
6
6
7
-
A prebuilt image is provided on DockerHub: https://hub.docker.com/r/ibmcom/eventstreams-kafkaconnect.
7
+
A prebuilt image is provided on Github Packages, you can use the following command to pull the image:
Copy file name to clipboardExpand all lines: kafka-mirrormaker/IKS/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
2
-
## Deploying `eventstreams-kafkamirrormaker` to Kubernetes to replicate data between 2 Event Streams clusters
2
+
## Deploying `event-streams-samples/kafka-mirrormaker` to Kubernetes to replicate data between 2 Event Streams clusters
3
3
4
-
These steps detail how to replicate data from a Kafka cluster (source) to another Kafka cluster (destination) using the `eventstreams-kafkamirrormaker` image.
4
+
These steps detail how to replicate data from a Kafka cluster (source) to another Kafka cluster (destination) using the `event-streams-samples/kafka-mirrormaker` image.
Copy file name to clipboardExpand all lines: kafka-mirrormaker/README.md
+6-3
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,17 @@
1
1
# kafka-mirrormaker
2
2
3
-
This repository contains the artifacts required to build the `ibmcom/eventstreams-kafkamirrormaker` Docker image.
3
+
This repository contains the artifacts required to build the `event-streams-samples/kafka-mirrormaker` Docker image.
4
4
5
5
This image contains [Kafka Mirror Maker](http://kafka.apache.org/documentation/#basic_ops_mirror_maker) and can be used to replicate data between clusters.
6
6
7
-
A prebuilt image is provided on DockerHub: https://hub.docker.com/r/ibmcom/eventstreams-kafkamirrormaker.
7
+
A prebuilt image is provided on Github Packages, you can use the following command to pull the image:
0 commit comments