Skip to content

Commit c66a556

Browse files
Additional review comment
Signed-off-by: Andrew Schofield <andrew_schofield@uk.ibm.com>
1 parent c49ce41 commit c66a556

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,8 @@ The KafkaConnectS2I resource provides a nice way to have OpenShift do all the wo
127127
The following instructions assume you are running on OpenShift and have Strimzi 0.16 or later installed.
128128

129129
#### Start a Kafka Connect cluster using KafkaConnectS2I
130-
1. Create a file called `kafka-connect-s2i.yaml` containing the definition of a KafkaConnectS2I resource. Configure it with the information it needs to connect to your Kafka cluster. You must include the annotation `strimzi.io/use-connector-resources: "true"` to configure it to use KafkaConnector resources so you can avoid needing to call the Kafka Connect REST API directly.
130+
1. Create a file called `kafka-connect-s2i.yaml` containing the definition of a KafkaConnectS2I resource. You can use the examples in the Strimzi project to get started.
131+
1. Configure it with the information it needs to connect to your Kafka cluster. You must include the annotation `strimzi.io/use-connector-resources: "true"` to configure it to use KafkaConnector resources so you can avoid needing to call the Kafka Connect REST API directly.
131132
1. `oc apply -f kafka-connect-s2i.yaml` to create the cluster, which usually takes several minutes.
132133

133134
#### Add the MQ source connector to the cluster

0 commit comments

Comments
 (0)