Client's query:
I understand that you use Oauth and how that works. But we are using your Java SDK and use a OmmConsumer. As I understand it the OmmConsumer should handle that. And I find no documentation on how to make a OmmConsumer refresh it’s login.
So my actual question is how do we keep our OmmConsumer fresh. Do we need to listen to some event and create a new OmmConsumer to keep getting data? How long can we expect an OmmConsumer to be alive? Do you have any documentation on how to keep an OmmConsumer alive?
The failure we got last week clearly stated (“ Closed/Suspect/Timeout - text: "Authentication failure time has been exceeded."”) that we had a timeout in our session. We are not in service during night and the service it restarted now and then. This could be the reason we don’t timeout that often. We could restart the service every night but what is the correct way of handle a OmmConsumer that we would like to keep alive?