Skip to content

Lib for producing and consuming messages avro / kafka for golang

License

Notifications You must be signed in to change notification settings

wagner-aos/go-kafka-avro

Repository files navigation

go-kafka-avro-poc

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

Installation

$ go get github.com/wagner-aos/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

Lib for producing and consuming messages avro / kafka for golang

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages