|
- {
- "Logging": {
- "IncludeScopes": false,
- "Debug": {
- "LogLevel": {
- "Default": "Trace"
- }
- },
- "Console": {
- "LogLevel": {
- "Default": "Trace"
- }
- }
- },
- "JT808MsgProducerConfig": {
- "TopicName": "JT808NettyMsg",
- "BootstrapServers": "127.0.0.1:9092"
- },
- "JT808MsgReplyConsumerConfig": {
- "TopicName": "JT808NettyMsgReply",
- "EnableAutoCommit": true,
- "GroupId": "JT808.NettyMsgReply",
- "BootstrapServers": "127.0.0.1:9092"
- }
- }
|