Skip to content

Demo of a simple KafkaJS Avro Consumer / Producer

Notifications You must be signed in to change notification settings

SrayaAvraham-w/kafkajs_avro_demo

 
 

Repository files navigation

KafkaJS + AVRO (Producer & Consumer Example)

Example project that demonstrates the usage of KafkaJS with AVRO. Docker and docker-compose are required to run this demo.

Test

# Install dependencies
npm install
# Spin up a Kafka Broker + schema registry
docker-compose up
# Run demo that produces and consumes a message using AVRO
npm start

About

Demo of a simple KafkaJS Avro Consumer / Producer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 100.0%