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

Support database configuration #17

Open
sweetlandj opened this issue May 12, 2015 · 0 comments
Open

Support database configuration #17

sweetlandj opened this issue May 12, 2015 · 0 comments

Comments

@sweetlandj
Copy link
Owner

We should create an IConfigurationProvider abstraction with multiple implementation such as:

  • AppConfigConfigurationProvider -- reads from app.config or web.config
  • SqlConfigurationProvider -- Reads and configuration from database
  • HttpConfigurationProvider -- REST API for reading config as a JSON document
  • (etc.)

In the future we might want to consider an IBus shim implementation that will "phone home" and update its configuration (creating a new bus instance) and then swap out the old instance for the new instance when configuration changes in a way that is transparent to any consumers o the IBus interface.

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

No branches or pull requests

1 participant