Hi guys, I am working on a distributed app and I have three types of behavior which I do not seem to get the fully working using QoS.
1. A transient persistant topic from which any new endpoind will receive the latest needed data from a specific topic (topic is keyed so there are the latest state from a specific entity)
2. A fast topic which can send large arrays of samples but with the assurance that all samples from that call are received and in proper order (like a Query)