Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1.07 KB

File metadata and controls

18 lines (11 loc) · 1.07 KB

IBM Event Streams Kafka Java console sample application

This Java console application demonstrates how to connect to IBM Event Streams, send and receive messages using the Kafka Java API. It also shows how to create and list topics using the Event Streams Admin REST API.

It can be run locally on your machine or deployed into IBM Cloud.

For help with additional deployment modes, please refer to our connection guide.

Important Note: This sample creates a topic with one partition on your behalf. On the Standard plan, this will incur a fee if the topic does not already exist.

Running the application

The application can be run in the following environments: