Broker: Configuration of Brokers #257
Unanswered
AbuHuraira537
asked this question in
Q&A
Replies: 1 comment 8 replies
-
ASP.NET has configuration model in-built. Can we not use that? |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Disclaimer : I am here with very tiny experience and little knowledge
Hi @hassanhabib!
After reading the standards I find this book very easy as it is written specifically for me I have learned a lot. After reading this book I want to implement new piece of code using these Standards but I am stuck on first phase of development of brokers due to lack of my understanding, I got some questions.
I want to ask about the standard way of fetching/retrieving configuration for brokers from database or from cloud. what standard way we should follow.
As we can not add brokers in brokers as dependencies and obliviously not any service as well (what my understanding about brokers).
I have multitenant application and every tenant communicate with external system and their configuration lies in database how can I retrieve those configuration for Api Broker.
Other application has secretes on cloud(i.e Azure directive). How can I get those secretes from cloud in standard way.
Both questions are similar but I want to know about standard way for Broker configurations which have dependencies.
My Initial plan to solve this is to use Standards in this way
for getting configuration from database
-> Create StorageBroker with configuration entity
-> implement StorageFoundationService
-> Inject this service in Broker
Is it fine or I need to do in other way suggested by The Standard(community)
Beta Was this translation helpful? Give feedback.
All reactions