Skip to content

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages