Autogenerated EventType names not unique enough #7097
Labels
kind/bug
Categorizes issue or PR as related to a bug.
triage/accepted
Issues which should be fixed (post-triage)
Describe the bug
The current solution for autogenerated EventType names is not unique enough, leading to EventTypes which should be created not being created.
Expected behavior
Every new EventType to be seen by the
AutoCreateEventType
handler should have a newEventType
created and stored.To Reproduce
If #7089 is not merged, then send two events to a broker with the same name and namespace, where name + namespace is longer than ~10chars.
If #7089 is merged, then send two events to a channel or broker where the first ~10chars of the event.Type() are the same.
The text was updated successfully, but these errors were encountered: