Commit 8c5caeb8 authored by 赵啸非's avatar 赵啸非

添加巴中经开区windows shell

parent 7315c1f2
...@@ -21,7 +21,6 @@ public class ListenerContainerConsumerFailedEventListener implements Application ...@@ -21,7 +21,6 @@ public class ListenerContainerConsumerFailedEventListener implements Application
@Override @Override
public void onApplicationEvent(ListenerContainerConsumerFailedEvent event) { public void onApplicationEvent(ListenerContainerConsumerFailedEvent event) {
log.error("消费者失败事件发生:{}", event); log.error("消费者失败事件发生:{}", event);
if (event.isFatal()) { if (event.isFatal()) {
log.error(String.format("Stopping container from aborted consumer. Reason::%s.", log.error(String.format("Stopping container from aborted consumer. Reason::%s.",
event.getReason()), event.getThrowable()); event.getReason()), event.getThrowable());
......
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