generated from kubernetes/kubernetes-template-project
-
Notifications
You must be signed in to change notification settings - Fork 267
Open
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.
Description
This issue proposes a clearer separation of responsibilities in the DataLayer architecture.
DataLayer plugins (e.g., sources, extractors) should focus strictly on their business logic.
All validation, lifecycle management, and orchestration should be handled by a runtime layer.
The new runtime will:
- Own all registered sources
- Manage source–extractor mappings
- Handle validation and orchestration logic
This issue serves as the main tracking issue for a series of PRs that will implement the separation between the runtime and plugins.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
needs-triageIndicates an issue or PR lacks a `triage/foo` label and requires one.Indicates an issue or PR lacks a `triage/foo` label and requires one.