Skip to content

A library provides consumer/producer to work with kafka, avro and schema registry

License

Notifications You must be signed in to change notification settings

aservedio/go-kafka-avro

 
 

Repository files navigation

codecov CircleCI

go-kafka-avro

A library provides consumer/producer to work with kafka, avro and schema registry

Installation

$ go get github.com/dangkaka/go-kafka-avro

Usage

Examples

  • Setup kafka, schema-registry

    docker-compose up -d
    
  • Add test messages

    go run producer/main.go -n 10
    
  • Run consumer

    go run consumer.main.go
    

References

About

A library provides consumer/producer to work with kafka, avro and schema registry

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%