Commit beb2d052 authored by litengwei's avatar litengwei

任务 14551

parent fdbd2be9
...@@ -40,9 +40,9 @@ public class KafkaConsumerService { ...@@ -40,9 +40,9 @@ public class KafkaConsumerService {
} catch (UnsupportedEncodingException e) { } catch (UnsupportedEncodingException e) {
e.printStackTrace(); e.printStackTrace();
} catch (Exception e) { } catch (Exception e) {
log.info("单条消息 ====> message: {}", message); // log.info("单条消息 ====> message: {}", message);
} }
log.info("单条消息 ====> message: {}", message); // log.info("单条消息 ====> message: {}", message);
ack.acknowledge(); 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