Mark Phelps
Mark Phelps
> I'm not sure if anyone else has the same use case as us, but we are exclusively using read-only storage mode with declarative management (`git` for prod and `local`...
All, I just released v2 alpha along with some [basic documentation](https://docs.flipt.io/v2/introduction) (still a work in progress) Please follow along on this discussion and add any feedback/ideas/etc there: https://github.com/orgs/flipt-io/discussions/4141
> Any ideas what the migration might look like, especially for those using a db backend? @Jasz we'll create a migration guide, but essentially it should be as simple as...
## Update: Flipt v2.0.0 is Now Stable and Ready for Production Hey everyone! Flipt v2 has come a long way since this planning issue was created. **Flipt v2.0.0 is now...
Great idea @alucarddelta ! What if we saved the latest sort field/direction in local storage? That would prevent the need for setting it in config
@alucarddelta I prototyped a fix here where instead of using local storage I just save the sorting state for the table to Redux see: https://github.com/flipt-io/flipt/pull/3415 This means that if you...
> That will def be helpful!... This solution would work well when setting up new applications/namespace with lots of back and forth setting up flags, rules, ect. I am slightly...
Good idea @umarlateef ! We could implement [Server Sent Events (SSE)](https://medium.com/@rian.eka.cahya/server-sent-event-sse-with-go-10592d9c2aa1) in Flipt server and expose an endpoint where our client side SDKs can subscribe to these events. Here's how...
@umarlateef 👋🏻 This may not be what you're looking for as its not in open source Flipt yet.. but we did just release streaming support to our client side SDKs...
@Streppel we are working on v2 (self-hosted) which we can add push notifications for. see #3828 . I can add push events as a TODO there