-
Notifications
You must be signed in to change notification settings - Fork 68
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
chore: add architecture overview for recent refactoring #310
chore: add architecture overview for recent refactoring #310
Conversation
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
I find the label "ISync Impl Listner" (sp) a bit misleading, probable because in code/comments, we refer to it something like "DataSync channel watcher"... That is what this represents, right? I think that might be a better name. Or just "DataSync Channel"? I think we should choose a consistent name for this abstraction. |
I agree with this. I will rephrase this to "DataSync channel listener" |
Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
@Kavindu-Dodan I meant to ask this before merge, but forgot... can you also commit the excalidraw source? |
## This PR Adds the image source content of the PR #310. Source can be used with **excalidraw** Signed-off-by: Kavindu Dodanduwa <kavindudodanduwa@gmail.com>
This PR
Adds a component diagram for flag configuration providers and their interactions with the runtime and other systems.
Related PR #291