Observable feature flag values

Open
#73 2 comments 0 reactions 1 assignee View on GitHub

@zhenlan is already working on this.

Since May 31, 2019.

Assessment

This issue has not been assessed yet.

Description

FeatureManagement

I just watched ASP.NET Community Standup from May 21st and I really like the idea to have standardized API for feature flags.

In our system we have backend services that don't expose any HTTP API but perform some asynchronous processing or execute tasks on schedule. And it is useful for us to have a notification mechanism for when feature flag value changes. For instance to enable or disable events stream consumer.

In our custom implementation we use RX and expose both synchronous and observable methods to retrieve feature value. Would be nice to have similar possibilities to observe changes of feature flag values in the API that you guys develop.

Dominant language
No language data
Stars
263
Forks
82
Avg merge
3d 15h
Merged PRs (30d)
6

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from Azure/AppConfiguration

All issues in Azure/AppConfiguration

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.