Hi, we'd like to write a data publisher to TREP using RTSDK. This publisher will receive streaming data, do some translation and then publish the data to TREP.
We started with using the NonInteractive Provider since we need this process to publish data whenever it receives it. But during testing, we can't see the data in TREP.
Then we were told that NonInteractive Provider is not supported and we need to use Interactive Provider. However as per our understanding, when using Interactive Provider, TREP needs to login to our process and make subscriptions, which doesn't seem to fit to our purpose.
Would anyone having some experience in using RTSDK to publish data could share anything useful please?
Thanks and regards
Scott