microscopic-journalist-7916
04/12/2023, 9:33 PMconfigUrl
in load
method of rudderanalytics. However, I am unclear as to what does the following instruction exactly mean from the official Documentation:
1. Host the exported file on your server such that it can be accessed via the path <CONTROL_PLANE_URL>/sourceConfig
.
2. Provide the base URL of your server (<CONTROL_PLANE_URL>
) serving this file in your SDK initialization code snippet. For more information on SDK initialization, refer to the following sections in the respective SDK guides:
Can someone please explain these steps to me. Will be really grateful.
FYI: My Dataplane is hosted on Kubernetes and I am using workSpaceconfig.json generated from control-plane-lite to tell the dataplane about my pipeline. And as mentioned with python SDK, everything is working smoothly.