Application for parsing HFP messages or APC messages from MQTT raw messages. Messages are read from one Pulsar topic and the output is written to another Pulsar topic.
This project depends on transitdata-common project.
mvn compile
mvn package
- Run this script to build the Docker image
- Pulsar
MESSAGE_TYPE
: the type of messages to parse, eitherhfp
for HFP messages orapc
for APC messages