Hello Everyone. I am using Self-Hosted Control Pla...
# general
m
Hello Everyone. I am using Self-Hosted Control Plane and Self-Hosted Data Plane for Rudderstack. Everything seems to be working fine when I choose Python SDK as Source and S3-Data Lake as Destination. However, when I try to use JavaScript SDK, I am unable to send the events to my destination. Upon looking up the github of control-plane-lite. I figured out that to use javascript SDK with Open-source control-plane, I need to set up an additional property called
configUrl
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.