growthbook / growthbook-sdk-java

The Java SDK for GrowthBook (JVM, Android)
https://docs.growthbook.io/lib/java
MIT License
8 stars 10 forks source link

FeatureRefreshStrategy is not available #42

Closed nikhiljain08 closed 8 months ago

nikhiljain08 commented 8 months ago

Hi Team,

I am currently integrating the GrowthBook into my spring boot where I expect the features to be refreshed in the context without restarting the app. I have implemented the "Fetching, Cacheing, and Refreshing features with GBFeaturesRepository" for the app but most of the methods are not available in GBFeaturesRepository for v0.5.0 like apiHost is not available, encryption is not available, and refresh strategy is not available.

image image image image
nikhiljain08 commented 8 months ago

Updated to latest version