Does Python have this Cache Session??
For C#,I can use SendCacheRequest to get a synchronous cache request.
But in Python I can't find any package allow request cache session?
can any one help me?
Thank you.
Answers
-
Hi @Chris, thanks for the question and welcome to the Solace Community!
According to this feature-per-API breakdown, the Python API doesn't support PubSub+ Cache requests yet. https://docs.solace.com/API/Messaging-APIs/Solace-APIs-Overview.htm
What is your use case? If you're a customer, you could submit an official feature request to our Support team.
Also, just for clarification: I think the cache request in C# (and other classic APIs) is asynchronous, right? You make the cache request, and then asynchronously the message (or messageS if wildcarded) will start to show up on the callback.
1 -
Thank you so much.
I alos found Cache Sessions (solace.com)
I got the answer already.
Yes, I do use a asynchronous cache request in C#. Then the callback function will be called.
0