Skip to content

Commit 782e81d

Browse files
authored
Merge pull request #92 from nityatadepalli123/master
documentation changes
2 parents 2cd16b5 + e58c84d commit 782e81d

File tree

6 files changed

+19
-13
lines changed

6 files changed

+19
-13
lines changed

kafka-connect/IKS/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
## Deploying `eventstreams-kafkaconnect` to Kubernetes connecting to IBM Event Streams
2+
## Deploying `eventstreams-kafka-connect` to Kubernetes connecting to IBM Event Streams
33

44
### Prerequisites
55

@@ -21,7 +21,7 @@ kubectl create configmap connect-log4j-config --from-file=connect-log4j.properti
2121

2222
### Run Kafka Connect in distributed mode in your Kubernetes cluster
2323

24-
Deploy the `ibmcom/eventstreams-kafkaconnect` Docker image:
24+
Deploy the `event-streams-samples/eventstreams-kafka-connect` Docker image:
2525

2626
```shell
2727
kubectl apply -f ./kafka-connect.yaml

kafka-connect/IKS/kafka-connect.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
runAsUser: 5000
2222
containers:
2323
- name: kafkaconnect-container
24-
image: event-streams-samples/eventstreams-kafkaconnect:latest
24+
image: event-streams-samples/eventstreams-kafka-connect:latest
2525
readinessProbe:
2626
httpGet:
2727
path: /

kafka-connect/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# kafka-connect
22

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.
44

55
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).
66

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:
8+
9+
```docker pull ghcr.io/ibm-messaging/event-streams-samples/eventstreams-kafka-connect:latest
10+
```
811

912
## Running the image in Kubernetes
1013

11-
Instructions for running the `eventstreams-kafkaconnect` image in Kubernetes can be found [here](IKS/README.md).
14+
Instructions for running the `event-streams-samples/eventstreams-kafka-connect` image in Kubernetes can be found [here](IKS/README.md).
1215

1316
## Building the image
1417

kafka-mirrormaker/IKS/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

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
33

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.
55

66
### Prerequisites
77

@@ -27,7 +27,7 @@ kubectl create configmap tools-log4j-config --from-file=tools-log4j.properties
2727

2828
### Run Mirror Maker in your Kubernetes cluster
2929

30-
Deploy the `ibmcom/eventstreams-kafkamirrormaker` Docker image:
30+
Deploy the `event-streams-samples/kafka-mirrormaker` Docker image:
3131

3232
```shell
3333
kubectl apply -f ./kafka-mirrormaker.yaml

kafka-mirrormaker/IKS/kafka-mirrormaker.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ spec:
2121
runAsUser: 5000
2222
containers:
2323
- name: kafkamirrormaker-container
24-
image: event-streams-samples/kafkamirrormaker:latest
24+
image: event-streams-samples/kafka-mirrormaker:latest
2525
env:
2626
- name: TOPIC_REGEX
2727
value: "mytopic"

kafka-mirrormaker/README.md

+6-3
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,17 @@
11
# kafka-mirrormaker
22

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.
44

55
This image contains [Kafka Mirror Maker](http://kafka.apache.org/documentation/#basic_ops_mirror_maker) and can be used to replicate data between clusters.
66

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:
8+
9+
```docker pull ghcr.io/ibm-messaging/event-streams-samples/kafka-mirrormaker:latest
10+
```
811

912
## Running the image in Kubernetes
1013

11-
Instructions for running the `eventstreams-kafkamirrormaker` image in Kubernetes can be found [here](IKS/README.md).
14+
Instructions for running the `event-streams-samples/kafka-mirrormaker` image in Kubernetes can be found [here](IKS/README.md).
1215

1316
## Building the image
1417

0 commit comments

Comments
 (0)