Develop consumers and producers in Java

Continue your Apache Kafka journey by developing consumers and producers in Java to stream data.

Create a topic

Create a topic named songs-catalog that has a single partition and uses the default retention values. Refer to the “Learning Resources 3: Topics, partitions, producers, and consumers” section for a reminder on how to create a topic.

Since you have configured the access permissions of your service account to all topic names, there's no need to update the ACLs again.

Previous resource
Overview: Develop consumers and producers in Java
Next resource
Clone the Git repository