backend redesign
This commit is contained in:
30
deploy/k8s/prod/configs/flink-config.yaml
Normal file
30
deploy/k8s/prod/configs/flink-config.yaml
Normal file
@@ -0,0 +1,30 @@
|
||||
# Flink Job Configuration
|
||||
|
||||
# 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"
|
||||
|
||||
# Kafka configuration
|
||||
kafka_bootstrap_servers: "kafka:9092"
|
||||
kafka_tick_topic: "market-tick"
|
||||
kafka_ohlc_topic: "market-ohlc"
|
||||
|
||||
# Iceberg catalog
|
||||
iceberg_catalog_uri: "http://iceberg-catalog:8181"
|
||||
iceberg_warehouse: "s3://trading-warehouse/"
|
||||
iceberg_namespace: "trading"
|
||||
iceberg_table_prefix: "market"
|
||||
hadoop_conf_dir: "/etc/hadoop/conf"
|
||||
|
||||
# Flink configuration
|
||||
flink_parallelism: 2
|
||||
flink_checkpoint_interval_ms: 60000
|
||||
Reference in New Issue
Block a user