|
@@ -28,7 +28,7 @@ namespace TelpoPush.Service.Mq.Kafka |
|
|
GroupId = _configService.KafkaGroupId, |
|
|
GroupId = _configService.KafkaGroupId, |
|
|
SaslUsername = _configService.KafkaSaslUsername, |
|
|
SaslUsername = _configService.KafkaSaslUsername, |
|
|
SaslPassword = _configService.KafkaSaslPassword, |
|
|
SaslPassword = _configService.KafkaSaslPassword, |
|
|
SslCaLocation = _configService.KafkaSslCaLocation |
|
|
|
|
|
|
|
|
SslCaLocation = _configService.KafkaSslCaLocation, |
|
|
//SslCaLocation = @"D:\THOMAS\Project\SSJL\C#\Net8\TelpoPushThirdSsl\pem\ca-root.pem", |
|
|
//SslCaLocation = @"D:\THOMAS\Project\SSJL\C#\Net8\TelpoPushThirdSsl\pem\ca-root.pem", |
|
|
EnableAutoCommit = false, // 禁止AutoCommit |
|
|
EnableAutoCommit = false, // 禁止AutoCommit |
|
|
AutoOffsetReset = AutoOffsetReset.Earliest, // 从最早的开始消费起 |
|
|
AutoOffsetReset = AutoOffsetReset.Earliest, // 从最早的开始消费起 |
|
|