Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow read flags definition from remote server #48

Open
matheuslc opened this issue Apr 3, 2019 · 0 comments
Open

Allow read flags definition from remote server #48

matheuslc opened this issue Apr 3, 2019 · 0 comments
Assignees

Comments

@matheuslc
Copy link

matheuslc commented Apr 3, 2019

Problem

At this time we only can read the flags from a file inside the application.

How to solve?

In some way, allows reading from a remote server that can be a CDN or another remote file system service.

For what this can be used?

  • Removes from us the need to create a new commit for add or remove a flag.
  • Allow us to read from a remote feature flag service and the "Feature Flagger" operates like a gem client.

Suggestion

Add Strategy concept to handle another type of reading flags definition. We can have one strategy to a local file system and another to a remote file system.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant