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-java-console-schema-sample/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
# IBM Event Streams for IBM Cloud Kafka Java console sample application
2
-
This Java console application demonstrates how to connect to [IBM Event Streams for IBM Cloud](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-getting_started), send and receive messages using the [Kafka](https://kafka.apache.org) Java API, and using the a third party Avro Serializer and Deserializer for the schema registry. It also shows how to create topics using the Kafka Admin API.
2
+
This Java console application demonstrates how to connect to [IBM Event Streams for IBM Cloud](https://cloud.ibm.com/docs/services/EventStreams?topic=eventstreams-getting_started), send and receive messages using the [Kafka](https://kafka.apache.org) Java API, and using a third party Avro Serializer and Deserializer for the schema registry. It also shows how to create topics using the Kafka Admin API.
3
3
4
4
It can be run locally on your machine or deployed into [IBM Cloud](https://cloud.ibm.com/).
0 commit comments