MESSAGE_ROUTING={"routes":[{"id":"tlog", "topic":"tlog", "bulk_size": 10}, {"id":"public", "topic":"public", "bulk_size": 20}], "messages":[{"type": "tlog", "compression": true, "signing": true, "route": "tlog"}, {"type": "audit", "compression": true, "signing": false, "route": "public"}, {"type": "*", "compression": false, "signing": false, "route": "public"}]} OUTBOX_PATH="testdata/outbox/" PARTITIONS=5 DATA_SYNC_SHARED_KEY="abc" DATA_SYNC_SECRET_KEY="def" DATA_SYNC_APP_KEY="appkey-123" RUN_MESSAGE_WORKER=true