ソースを参照

调整

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;


読み込み中…
キャンセル
保存