Expand my Community achievements bar.

What happens if we send data to two data streams from the UI? Will it result in two separate calls for each event, and what are the implications?

Avatar

Community Advisor

Hi Team, 


What happens if we send data to two data streams from the UI? Will it result in two separate calls for each event, and what are the implications? (we know that we have event forwarding option but that is not feasible at this moment)

 

Thank you in Advance.

1 Reply

Avatar

Employee
 
While configuring the SDK extension, you select a data stream. Only the selected Datastream will be used to send the collected edge data.
If you want to send data to 2 datastreams, you can do that by using the Datastream Configuration Overrides" setting within the action. You will need to create two actions within the same rule -
  1. The first action will send the data to the original datastream.
  2. In the second action you can use override to send data to the other datastream.

Regards,

Kumar Saurabh