Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 306 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 306 Bytes

Scala REDBus example

You should have published API and SDK packages.

cd ../.. && make export-env

Consumer

sbt "runMain example.Consumer topic-1 group-1"

Producer

sbt "runMain example.Producer topic-1 \"Message text\""