소스 검색

mqtt消费者失败放入es

李进 1 년 전
부모
커밋
fe6955d554
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      sys-start/src/main/resources/bootstrap-prod.yml
  2. 1 1
      sys-start/src/main/resources/bootstrap-uat.yml

+ 1 - 1
sys-start/src/main/resources/bootstrap-prod.yml

@@ -1,7 +1,7 @@
 spring:
   mqtt:
     topics:
-      - { topic: "msgNotify", handler: com.xy.consumer.log.MsgConsumer }
+      - { topic: "msgNotify", handler: com.xy.consumer.MsgConsumer }
       - { topic: "log", handler: com.xy.consumer.log.LogConsumer }
       - { topic: "mqttConsumeErrorData", handler: com.xy.consumer.me.MqttConsumeErrorDataConsumer }
 

+ 1 - 1
sys-start/src/main/resources/bootstrap-uat.yml

@@ -1,7 +1,7 @@
 spring:
   mqtt:
     topics:
-      - { topic: "msgNotify", handler: com.xy.consumer.log.MsgConsumer }
+      - { topic: "msgNotify", handler: com.xy.consumer.MsgConsumer }
       - { topic: "log", handler: com.xy.consumer.log.LogConsumer }
       - { topic: "mqttConsumeErrorData", handler: com.xy.consumer.me.MqttConsumeErrorDataConsumer }