- Build application:
mvn clean package
- Build docker image:
sudo scripts/build_docker_image.sh
- In
src/main/resources/app.properties
change stars ('*****') with Confyrm API clientlogin
andpassword
- In
src/main/resources/events.cfg.json
set publisher rate for each event type - Add user identities to config file
src/main/resources/identities.csv
. This file is multiline, each line should match format below:user_external_ref[;user_subscription_ref]
- To run event publisher:
sudo scripts/start_event_publisher.sh