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

Immutable DataPlaneInstanceStore #2533

Open
wolf4ood opened this issue Mar 2, 2023 · 1 comment
Open

Immutable DataPlaneInstanceStore #2533

wolf4ood opened this issue Mar 2, 2023 · 1 comment
Labels
dpf Feature related to the Data Plane Framework enhancement New feature or request
Milestone

Comments

@wolf4ood
Copy link
Contributor

wolf4ood commented Mar 2, 2023

Feature Request

Implements a static DataPlaneInstanceStore that can be configured with EDC settings and be immutable once initialized

Which Areas Would Be Affected?

Data plane selector

Why Is the Feature Desired?

For some scenario where the runtime flexibility provided by the DataPlaneInstanceStore it's not need,
an implementation of a configurable DataPlaneInstanceStore could simplify instances setup, without requiring users to write
custom extensions or some migration mechanism for handling their DataPlaneInstance data.

Solution Proposal

A new extension could be introduced that implements the DataPlaneInstanceStore which will be driven by configuration.

At startup time the extension loads the configuration and it creates an immutable version of DataPlaneInstanceStore.

The configuration could leverage the same mechanism used in the DataSource configuration by partition a certain level of the Config for configuring
multiple DataPlaneInstance.

@wolf4ood wolf4ood added dpf Feature related to the Data Plane Framework enhancement New feature or request labels Mar 2, 2023
@wolf4ood wolf4ood added this to the Backlog milestone Mar 10, 2023
@github-actions
Copy link

This issue is stale because it has been open for 28 days with no activity.

@github-actions github-actions bot added the stale Open for x days with no activity label Jun 24, 2023
@juliapampus juliapampus removed the stale Open for x days with no activity label Jun 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dpf Feature related to the Data Plane Framework enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants