FROST-Server with java-mqtt-kafka-bridge (a bridge between a FROST-Server and Apache Kafka).
- Change
serviceRootUrl
indocker-compose.yml
to be the address of your server, e.g.
serviceRootUrl=http://example.com/FROST-Server
-
Edit
java-mqtt-kafka-bridge/jmkb.properties
to specify the remote Kafka server address -
$ docker-compose up -d
The bridge will now automatically connect to the Kafka server.