|
|
@@ -0,0 +1,22 @@ |
|
|
|
{ |
|
|
|
"JT808Configuration": { |
|
|
|
"TcpPort": 808, |
|
|
|
"UdpPort": 808, |
|
|
|
"MiniNumBufferSize": 51200, |
|
|
|
"SoBacklog": 65535 |
|
|
|
}, |
|
|
|
"JT808MsgProducerConfig": { |
|
|
|
"TopicName": "JT808Msg", |
|
|
|
"BootstrapServers": "127.0.0.1:9092" |
|
|
|
}, |
|
|
|
"JT808MsgReplyConsumerConfig": { |
|
|
|
"TopicName": "JT808MsgReply", |
|
|
|
"GroupId": "msgreply-group", |
|
|
|
"EnableAutoCommit": true, |
|
|
|
"BootstrapServers": "127.0.0.1:9092" |
|
|
|
}, |
|
|
|
"JT808SessionProducerConfig": { |
|
|
|
"TopicName": "JT808Session", |
|
|
|
"BootstrapServers": "127.0.0.1:9092" |
|
|
|
} |
|
|
|
} |