Commit beb2d052 authored by litengwei's avatar litengwei

任务 14551

parent fdbd2be9
......@@ -40,9 +40,9 @@ public class KafkaConsumerService {
} catch (UnsupportedEncodingException e) {
e.printStackTrace();
} catch (Exception e) {
log.info("单条消息 ====> message: {}", message);
// log.info("单条消息 ====> message: {}", message);
}
log.info("单条消息 ====> message: {}", message);
// log.info("单条消息 ====> message: {}", message);
ack.acknowledge();
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment