Ver código fonte

Update edgex_rule_engine_tutorial.md

jinfahua 5 anos atrás
pai
commit
a369c4595a
1 arquivos alterados com 1 adições e 1 exclusões
  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.