订阅特性优化
This commit is contained in:
parent
02d189358e
commit
c93feb631d
@ -182,7 +182,9 @@ namespace JiShe.CollectBus.Kafka
|
|||||||
{
|
{
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
|
#if DEBUG
|
||||||
logger.LogInformation($"kafka批量消费消息:{message}");
|
logger.LogInformation($"kafka批量消费消息:{message}");
|
||||||
|
#endif
|
||||||
// 处理消息
|
// 处理消息
|
||||||
return await ProcessMessageAsync(message.ToList(), method, subscribe);
|
return await ProcessMessageAsync(message.ToList(), method, subscribe);
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user