Azure / azure-iot-protocol-gateway

Azure IoT protocol gateway enables protocol translation for Azure IoT Hub
Other
225 stars 151 forks source link

Stateful backend service for MQTT session state and QoS2 delivery state #120

Open krish-gh opened 6 years ago

krish-gh commented 6 years ago

Contributors: @goldsmit409 and @krish-gh

  1. Added a stateful service backend to store the state within the SF cluster itself in Reliable Dictionary.
  2. Added a new provider to retrieve/store session state to from the above stateful service backend.
  3. There is backup and restore functionality for SF state data to external store (either blob or fileshare based on config)
  4. Fixed the startup perf counter setup issue for FrondEnd service due a problem in build order.
krish-gh commented 6 years ago

Contributors: @goldsmit409 and @krish-gh