Korbinian Stoemmer
Korbinian Stoemmer
**Erroneous setup:** On a NATS Jetstream enabled cluster: - Setup two subscriptions - 1 subscription receiving event type a - 1 subscription receiving event type b - send events with...
## Description Remove all log messages from Eventing component logs that do not provide valuable information during an outage. If possible allow changing the loglevel at runtime without restarting the...
## Description Investigate our clustering setup for NATS. During an issue investigation we noticed, that the NATS Server itself reported to be healthy, but the Jetstream Server part (within the...
## Description Verify that EPP rejects messages in the following scenario: - Nats server works AND - Jetstream part in nats does not work ## Acceptance - [ ] reproduce...
## Description As an administrator of eventing based on NATS i want to be able to run `nats server info` on my NATS cluster to get as much information about...
As a user of kyma eventing i want to be able to subscribe to events by specifying only the information i really want to filter events by. For me this...
**What this PR does / why we need it**: building the gardenctl fails when building on go 1.18. This PR updates the x/sys libraries to versions supporting go 1.18 **Which...
**Description** `kubectl` works fine with a [`$KUBECONFIG`](https://kubernetes.io/docs/tasks/access-application-cluster/configure-access-multiple-clusters/#linux) set to something like this: ``` /Users/foo/kubeconfig1:/Users/foo/kubeconfig2:/Users/foo/kubeconfig3 ``` internally all mentioned kubeconfig files will be merged into a single kubeconfig and then parsed...
**Description** Changes proposed in this pull request: - introduce new interfaces to simplify future development of epp **Related issue(s)**
From looking closely into our integration tests for the jetstream backend, we noticed that most of the tests are covered at the reconciler level (for eg: adding filters/eventTypes, deleting subscription,...