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
* Renamed hello-world Java to kafka-native
Signed-off-by: Paolo Patierno <ppatierno@live.com>
* Renamed Java application to java-kafka-producer, consumer and streams
Signed-off-by: Paolo Patierno <ppatierno@live.com>
Copy file name to clipboardexpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,12 @@ Examples how to deploy Apache Kafka using Strimzi can be found on the [Strimzi w
36
36
37
37
After successfully building the images (which will cause the images to be pushed to the specified Docker repository) you are ready to deploy the producer and consumer containers along with Kafka and Zookeper.
38
38
39
-
You can deploy the examples individually by applying [`hello-world-producer.yaml`](./java/kafka/hello-world-producer.yaml), [`hello-world-consumer.yaml`](./java/kafka/hello-world-consumer.yaml) and [`hello-world-streams.yaml`](./java/kafka/hello-world-streams.yaml) files.
39
+
You can deploy the examples individually by applying [`java-kafka-producer.yaml`](./java/kafka/java-kafka-producer.yaml), [`java-kafka-consumer.yaml`](./java/kafka/java-kafka-consumer.yaml) and [`java-kafka-streams.yaml`](./java/kafka/java-kafka-streams.yaml) files.
40
40
This will create Kubernetes `Deployments` with the example image.
41
41
The second option is to apply `deployment.yaml` file.
42
42
This deploys the producer, consumer and streams and also creates the topics they are using.
43
43
44
-
If you built your own version of these examples, remember to update the `image` field with the path where the image was pushed during the build and it's available (i.e. `<my-docker-org>/hello-world-consumer:latest`).
44
+
If you built your own version of these examples, remember to update the `image` field with the path where the image was pushed during the build and it's available (i.e. `<my-docker-org>/java-kafka-consumer:latest`).
45
45
46
46
When using [`deployment.yaml`](./java/kafka/deployment.yaml) file for deployment you can start observing the sending messages in producer container's log and the receiving of messages in consumer container's log.
47
47
It's also available as a [`deployment-ssl.yaml`](./java/kafka/deployment-ssl.yaml) which deploys the same producer and consumer applications but using a TLS encryption and [`deployment-ssl-auth.yaml`](./java/kafka/deployment-ssl-auth.yaml) which uses TLS client authentication and ACLs.
0 commit comments