Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 353 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 353 Bytes

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