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

Allow overwriting all attributes for Connector resetter #609

Closed
disrupted opened this issue Mar 4, 2025 · 1 comment
Closed

Allow overwriting all attributes for Connector resetter #609

disrupted opened this issue Mar 4, 2025 · 1 comment
Labels
component/pipeline-components Related to pipeline components type/refactor Refactoring of existing functionality

Comments

@disrupted
Copy link
Member

Currently it is possible to set namespace and values for the resetter component.

resetter_namespace: str | None = Field(
default=None, description=describe_attr("resetter_namespace", __doc__)
)
resetter_values: HelmAppValues = Field(
default_factory=HelmAppValues,
description=describe_attr("resetter_values", __doc__),
)

We can bundle those under a resetter field which should allow overwriting all attributes of KafkaConnectorResetter.

@disrupted disrupted added component/pipeline-components Related to pipeline components type/refactor Refactoring of existing functionality labels Mar 4, 2025
@disrupted
Copy link
Member Author

closing this in favor of #379

@disrupted disrupted closed this as not planned Won't fix, can't repro, duplicate, stale Mar 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
component/pipeline-components Related to pipeline components type/refactor Refactoring of existing functionality
Projects
None yet
Development

No branches or pull requests

1 participant