Skip to content

Cuebiq/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

Consumer/producer examples stay here

cd dangkaka/go-kafka-avro/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

Packages

No packages published

Languages

  • Go 100.0%