123456789101112131415161718192021222324 |
- Name: inner.api
- ListenOn: 127.0.0.1:10500
- Telemetry:
- Name: cmd-api
- Endpoint: http://127.0.0.1:9092/api/traces
- Sampler: 1.0
- Batcher: jaeger
- KqMsgBoxConsumerConf:
- Brokers:
- - 127.0.0.1:9092
- Topic: send-box-topic
- GroupId: inner-api
- KqMsgBoxProducerConf:
- Brokers:
- - 127.0.0.1:9092
- Topic: recv-box-topic
- KqDbBoxProducerConf:
- Brokers:
- - 127.0.0.1:9092
- Topic: db-box-topic
|