dbgjerez / quarkus-kafka

Producer and consumers with Quarkus, Avro, etc.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Quarkus Kafka

This repository includes a few examples of Quarkus use with Kafka.

  • simple-kafka-producer: producer sends information as string to the indicated topic.
  • simple-kafka-consumer: consumer receives information as string from the topic indicated in the properties file.
  • json-kafka-consumer: consumer receives information as json from the topic indicated in the properties file.
  • json-kafka-consumer: consumer receives information as json from the topic indicated in the properties file.

Simple Kafka producer

simple-kafka-producer

Simple Kafka consumer

JSON Kafka consumer

JSON Kafka consumer

About

Producer and consumers with Quarkus, Avro, etc.


Languages

Language:Java 100.0%