dev #4

Merged
admin merged 158 commits from dev into master 2025-05-20 05:39:26 +00:00
2 changed files with 2 additions and 1 deletions
Showing only changes of commit c4335aa3b7 - Show all commits

View File

@ -70,7 +70,7 @@ namespace JiShe.CollectBus.Kafka.Producer
BootstrapServers = _kafkaOptionConfig.BootstrapServers,
//AllowAutoCreateTopics = true,
QueueBufferingMaxKbytes = 2097151, // 4194304, // 修改缓冲区最大为2GB默认为1GB
QueueBufferingMaxMessages = 100000, // 修改缓冲区消息最大为100000条默认为1000条
QueueBufferingMaxMessages = 100000, // 修改缓冲区消息最大为100000条
CompressionType = CompressionType.Lz4, // 配置使用压缩算法LZ4其他gzip/snappy/zstd
BatchSize = 32_768, // 修改批次大小为32K
LingerMs = 10, // 修改等待时间为20ms默认为5ms

View File

@ -16,6 +16,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="libs/bootstrap/css/bootstrap.min.css" rel="stylesheet" />
<title>后端服务</title>
</head>
<body>