Nils Seip
Nils Seip
Alert is implemented. Will be rolled out soon. Moving it to blocked (as it is out of my hands now).
I think whatever is defined as a eventing subscription filter should result in a NATS consumer. Whether the sink is invalid should only be important for the dispatcher. The dispatcher...
> @k15r Q: Say we have a subscription with 3 valid filters and the respective subscriptions are created on the infra. The user adds the fourth filter to the same...
After the last team discussion about the possible options on https://github.com/kyma-project/kyma/pull/14742#discussion_r914826639, @k15r raised the concern that this might lead to **event loss**. ### The problem is the following - If...
Blocked until https://github.com/kyma-project/eventing-manager/issues/518 is implemented
Technical hint: Adding a NATS Consumer should be possible with [js.jsCtx.AddConsumer()](https://github.com/nats-io/nats.go/blob/v1.16.0/jsm.go#L55)
@raypinto @k15r why is this ticket a high prio one ?
@k15r I did just read the story and came across the [original story](https://github.com/kyma-project/kyma/issues/11683). I found these todos in the ticket which were quite helpful for me: - [ ] document...