Skip to Content
0
Jan 10, 2023 at 05:22 PM

Sending Data from Data Intelligence to NATS using JWT

79 Views

Hello Experts,

I have a scenario to send data to NATS using JSON Web token authentication(JWT) using SAP Data Intelligence.

I looked at the standard NATS Producer operator which receives a message from the input port and publishes it into NATS. In this operator, I could find only an option to pass NATS url (pattern:nats://localhost:4222) in the configuration parameters and there is no provision on authentication. Even I couldn’t find any connection type for establishing connection between DI to NATS in the connection manager and use relevant operator which can use that connection type.

The only way I can think of to achieve it through customized solution using python operator. Could you please suggest any relevant operator or approach that can fit into this scenario.