Nils Seip
Nils Seip
**Description** Changes in the PR: - This PR introduces the testing changes introduced in https://github.com/kyma-project/kyma/pull/14742 since the PR is on hold for now. This PR also adds **several improvement**s to...
**TL;DR** Do not let the JetStream SDK create the NATS Subscription and Consumer, instead do it in **two separate steps**. **Description** As a first step in the implementation of https://github.com/kyma-project/kyma/issues/15087,...
**Description** Allow a NATS Subscription to be **paused/unpaused** without deleting the consumer, therefore keeping the events in the stream. This has 2 **uses cases** so far: 1. The functionality is...
**Description** Changes in the PR: - Fixes the problem that an **invalid subscription** sink causes the **NATS subscriptions** to **not be in sync** with the eventing subscription - To fix...
**Description** As a follow-up of [defining the code/test guidelines](https://github.com/kyma-project/kyma/issues/12820) we need to follow the guidelines in the code and tests. **Acceptance Criteria** - Code and tests are following strictly the...
**Description** While reviewing the Proposal [reimplement backend-crd.md #667](https://github.com/kyma-project/community/pull/667) I discovered a few things on the `EventingBackend` CR which can be improved IMHO. ## Tasks: As part of this issue we...
In the proposal [Add the Eventing backend CRD design proposal #671](https://github.com/kyma-project/community/pull/671/files) a newly designed EventingBackend CRD is proposed. This ticket is about reflecting the changes in the EventingBackend Reconciler. This...
## Expected Behavior Build object cannot be modified after is has been created. ## Actual Behavior Build object can be modified if build is not finished (build container is still...
**Description** Write a **validation webhook** for the eventing Subscription. Tasks: - [ ] Add Defaulting webhook - [ ] Add validation of the [event-types](https://github.com/kyma-project/kyma/blob/abc08e19b0cb89472b9a7b4f0e21d6ddd006f10a/components/eventing-controller/pkg/backend/jetstreamv2/utils.go#L127) - [ ] Add validation of...
**Description** Changes proposed in this pull request: - ... - ... - ... **Related issue(s)**