소스 검색

Update edgex_rule_engine_tutorial.md

jinfahua 5 년 전
부모
커밋
a369c4595a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      docs/en_US/edgex/edgex_rule_engine_tutorial.md

+ 1 - 1
docs/en_US/edgex/edgex_rule_engine_tutorial.md

@@ -22,7 +22,7 @@ The tutorial demonstrates how to use Kuiper to process the data from EdgeX messa
 
 ## Kuiper EdgeX integration
 
-EdgeX uses [message bus](https://github.com/edgexfoundry/go-mod-messaging) to exchange information between different micro services. It contains the abstract message bus interface and an implementation for ZeroMQ & MQTT (NOTICE:  **ONLY ZeroMQ** message bus is supported in Kuiper rule engine, MQTT will be supported in later versions). The integration work for Kuiper & EdgeX includes following 3 parts. 
+EdgeX uses [message bus](https://github.com/edgexfoundry/go-mod-messaging) to exchange information between different micro services. It contains the abstract message bus interface and an implementation for ZeroMQ & MQTT. The integration work for Kuiper & EdgeX includes following 3 parts. 
 
 - An EdgeX message bus source is extended to  support consuming data from EdgeX message bus.