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
The source is /{cluster-name}/{namespace}/keda but the emitter is /{cluster-name}/{keda-namespace}/keda because it's KEDA who emits the event and not the resource itself, who is the subject indeed.
In the same way, the subject should be /{cluster-name}/{namespace}/{object-type}/{object-name} instead of /{cluster-name}/{namespace}/workload/{scaledobject-name} because now we are emitting events only for ScaledObjects, but we plan to extend to other resources, and workload doesn't make sense at that point.
Report
we emit an event like this:
The
source
is/{cluster-name}/{namespace}/keda
but the emitter is/{cluster-name}/{keda-namespace}/keda
because it's KEDA who emits the event and not the resource itself, who is the subject indeed.In the same way, the subject should be
/{cluster-name}/{namespace}/{object-type}/{object-name}
instead of/{cluster-name}/{namespace}/workload/{scaledobject-name}
because now we are emitting events only for ScaledObjects, but we plan to extend to other resources, and workload doesn't make sense at that point.The text was updated successfully, but these errors were encountered: