Explorar o código

Update edgex_rule_engine_tutorial.md

jinfahua %!s(int64=5) %!d(string=hai) anos
pai
achega
a369c4595a
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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.