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: README.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -127,7 +127,8 @@ The KafkaConnectS2I resource provides a nice way to have OpenShift do all the wo
127
127
The following instructions assume you are running on OpenShift and have Strimzi 0.16 or later installed.
128
128
129
129
#### 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.
131
132
1.`oc apply -f kafka-connect-s2i.yaml` to create the cluster, which usually takes several minutes.
0 commit comments