eclipse-symphony / symphony

Symphony project
MIT License
40 stars 29 forks source link

MQTT proxy proivder reliability issues #262

Open Haishi2016 opened 6 months ago

Haishi2016 commented 6 months ago

We've observed several reliability issues related to MQTT proxy provider

1) If one of the parties is offline, there could be large number of messages that can't be processed and blocking the api operations. 2) When we send deployment spec, we send all targets (because we want the client has all relevant information to operate), we should optimize to filter out unrelated targets to reduce message size.

msftcoderdjw commented 3 months ago

@LeiQL to evaluate this. Also consider to fix this, https://github.com/eclipse-symphony/symphony/issues/108.