telefonicaid / iotagent-ul

IoT Agent for a UltraLight 2.0 based protocol (with HTTP, MQTT and AMQP transports)
https://fiware-iotagent-ul.rtfd.io/
GNU Affero General Public License v3.0
37 stars 55 forks source link

Add flags to disable MQTT and AMQP #576

Closed jason-fox closed 1 year ago

jason-fox commented 2 years ago

This avoids unnecessary polling to connect to MQTT and AMQP if they are not there and keeps the logs nice and clean. As a side-effect, startup is quicker too.

Just add the following config to your docker-compose.

      - IOTA_MQTT_DISABLED=true
      - IOTA_AMPQ_DISABLED=true

Evil twin of https://github.com/telefonicaid/iotagent-json/pull/685

mapedraza commented 1 year ago

Adding an entry into CHANGES_NEXT_RELEASE file is required before merging.

jason-fox commented 1 year ago

Fixed 9432c29