prod alpha deploy
This commit is contained in:
@@ -4,15 +4,13 @@
|
||||
# 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 publisher endpoint (Flink → Relay)
|
||||
# Relay connects XSUB to this endpoint and proxies to clients
|
||||
notification_publish_endpoint: "tcp://*:5557"
|
||||
# Notification endpoints (internal Flink task manager → job manager path)
|
||||
# Task managers PUSH to job manager PULL socket at this address
|
||||
notification_publish_endpoint: "tcp://flink-jobmanager:5561"
|
||||
# Job manager binds PULL socket on this port to receive from task managers
|
||||
notification_pull_port: 5561
|
||||
|
||||
# Kafka configuration
|
||||
kafka_bootstrap_servers: "kafka:9092"
|
||||
|
||||
Reference in New Issue
Block a user