Open annikaschmid opened 1 year ago
Hello @annikaschmid !
I understand that there is a proposal to unify the posthog-java
and the posthog-android
SDK, which makes sense from a code base standpoint. I hope my pull requests help with building the foundations for the base classes, if these end up not being merged.
I just wanted to bring to your attention that I have implemented an MVP version for feature flags in Java. Should be in the following PRs:
CC @jamesefhawkins a follow up of our Friday conversation 😄
When will this be done?
It's important because on java usually written backends, where one of the main things - activation of some logic based on Feature Flags
Also I would like to add, that we need local evaluation support for FF too, so we don't need to care about how many call's we generate to /decide
endpoint. Otherwise it makes production integration in Java hard to do.
The Feature Success team is currently considering extending our official Java library to support feature flags and experiments.
If you like this idea, please leave a 👍 or ❤️ reaction on this post to vote for it -- your votes and feedback help us prioritize what to work on next!