You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
Context
No response
The text was updated successfully, but these errors were encountered: