prod alpha deploy
This commit is contained in:
@@ -3,11 +3,7 @@
|
||||
# ZeroMQ bind address and ports
|
||||
zmq_bind_address: "tcp://*"
|
||||
zmq_ingestor_work_queue_port: 5555
|
||||
zmq_ingestor_response_port: 5556
|
||||
zmq_ingestor_control_port: 5557
|
||||
zmq_market_data_pub_port: 5558
|
||||
zmq_client_request_port: 5559
|
||||
zmq_cep_webhook_port: 5560
|
||||
|
||||
# Notification endpoints
|
||||
# Task managers PUSH to job manager PULL socket at this address
|
||||
|
||||
@@ -9,7 +9,6 @@ market_data_pub_port: 5558 # XPUB - Market data fanout to clients
|
||||
|
||||
# Ingestor-facing ports
|
||||
ingestor_work_port: 5555 # PUB - Distribute work with exchange prefix
|
||||
ingestor_response_port: 5556 # ROUTER - Receive responses from ingestors
|
||||
|
||||
# Flink connection
|
||||
flink_market_data_endpoint: "tcp://flink-jobmanager:5558" # XSUB - Subscribe to Flink market data (MARKET_DATA_PUB)
|
||||
|
||||
Reference in New Issue
Block a user