Follow these step-by-step instructions to get started with Apache Kafka and to consume and /produce messages. You will also learn about topic retention configuration.
This step-by-step tutorial guides you through how to access and connect to a managed Kafka cluster and how to stream data using a Quarkus-based Java application.
Red Hat OpenShift Service Registry is a managed cloud service that provides a schema registry instance for storing and managing different kinds of schemas. In this guided exercise, you will deploy a couple of Quarkus applications that connect to the Kafka instance and exchange messages in the Avro format. The Avro schema is stored in the Service Registry instance.
Kafka Streams provides a domain-specific language (DSL) that lets developers create scalable data stream processing pipelines with minimal amounts of code. This guided workshop will show you how to develop an application that uses the Kafka Streams DSL to produce new OpenShift Streams for Apache Kafka topics containing aggregate and filtered data.