Hey Team, in the Node.js SDK a customer has taken ...
# sdk-kotlin
f
Hey Team, in the Node.js SDK a customer has taken the approach of caching and serving the Growthbook feature file themselves from their own CDN as described here. Is there a way to achieve the same in Kotlin?
a
There is a way to achieve the same in Kotlin by implementing
NetworkDispatcher
interface and passing it to GrowthBookSDK constructor
f
Thank you Bohdan 🙏
Hey @ancient-car-96302 do you have an example of this for the customer? The customer has written the following:
a
The SSE should not be triggered for this case
I expect that
DirectSetFeaturesDispatcher()
will be passed to
GBSDKBuilder()
image.png