Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 213 Bytes

File metadata and controls

19 lines (13 loc) · 213 Bytes

GoLang REDBus example

Build

    make build-example

Consumer

    ./bin/consumer -t topic-1 -g group-1

Producer

    ./bin/producer -t topic-1 -m "Some message"