23 lines
389 B
YAML
23 lines
389 B
YAML
# CCXT Ingestor Configuration
|
|
|
|
# Flink IngestorBroker (ROUTER) endpoint
|
|
flink_hostname: flink-jobmanager
|
|
ingestor_broker_port: 5567
|
|
|
|
# Supported exchanges (subscribe to these prefixes)
|
|
supported_exchanges:
|
|
- BINANCE
|
|
- COINBASE
|
|
- KRAKEN
|
|
|
|
# Kafka configuration
|
|
kafka_brokers:
|
|
- kafka:9092
|
|
|
|
# Worker configuration
|
|
max_concurrent: 10
|
|
poll_interval_ms: 10000
|
|
|
|
# Logging
|
|
log_level: info
|