瀏覽代碼

调整

master
杨雷 5 月之前
父節點
當前提交
eaf86c0c20
共有 1 個檔案被更改,包括 10 行新增0 行删除
  1. +10
    -0
      TelpoPush.Position.Worker/Service/Mq/KafkaService.cs

+ 10
- 0
TelpoPush.Position.Worker/Service/Mq/KafkaService.cs 查看文件

@@ -97,7 +97,17 @@ namespace TelpoPush.Position.Worker.Service.Mq
continue;
}
if (!string.IsNullOrEmpty(messageResult))
{
messageFunc(topic, messageResult, headers);
try
{
consumer.Commit(consumeResult);
}
catch (KafkaException e)
{
logger.LogError($" - {e.Message}.");
}
}
#region 注释
//string messageResult = null;
//Headers headers = null;


Loading…
取消
儲存