cancel
Showing results for 
Search instead for 
Did you mean: 

Which output adapter to use to 'push' data to the UI

0 Kudos

Hi

I wish to publish my data output stream data to the SAPUI5 directly from SDS.

What is the best way/adapter to do this?

I also read about subscribing to the SWS via websockets but since javascript does not supports adding custom headers,it not possible to use this option??

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

JWootton
Advisor
Advisor
0 Kudos

WebSockets is the way to go. You don't use an adapter - websockets can be enabled for all projects in the project configuration file.  The websocket interface is provided by the SDS cluster via the "streaming web service" (SWS) component.  Be sure SWS is running on the SDS cluster.

Re the question about headers, see this thread:

Answers (0)