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

[FEATURE] Stream class deduplication #100

Open
s-vitaliy opened this issue Jun 25, 2024 · 0 comments
Open

[FEATURE] Stream class deduplication #100

s-vitaliy opened this issue Jun 25, 2024 · 0 comments
Assignees
Labels
code/new-feature New feature or request

Comments

@s-vitaliy
Copy link
Contributor

Description

If a user creates two stream classes with different names and the same content, Operator creates a separate listener for each stream class. Since Operator does not support sharding or replication, it can lead to an incorrect behavior.

Possible solution

Operator should validate if the stream class is duplicate and prevent duplicated classes from being created.

Alternatives

  • Validate using webhook.

Context

No response

@s-vitaliy s-vitaliy added the code/new-feature New feature or request label Jun 25, 2024
@s-vitaliy s-vitaliy self-assigned this Jun 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
code/new-feature New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

1 participant