Nils Seip

Results 47 comments of Nils Seip

@k15r > Obviously not all backends will support the external Source (eg Nats Jetstream) What do you mean by this ? That I cannot send events to Event Mesh and...

### Result from last grooming discussion We discussed that we want to write a proposal first before jumping into any implementation since this needs some 🧠 power. Since it is...

More questions: - [ ] in case we want to remove event-mesh related data from subscription CRD to source code. how can this be achieved ?

Development hint: According to the idea from @mfaizanse we can delete the subscription binded to the JetStream Consumer, this will pause dispatching but the consumer will still exists and have...

The following could work: Create a subscription on an existing consumer: ```go // bind the existing consumer to a new subscription on JetStream jsSubscription, err := js.jsCtx.Subscribe( jsSubject, asyncCallback, nats.Bind(js.config.JSStreamName,...

k15r: major point is that this should work independent of how the consumer looks like (wether is is a view into all events or a subset of the events of...

# 📝 Grooming Notes (2022/08/12) @k15r: A debugging binary is not part of the story, just a golang function @k15r: do the pause/unpause in the dispatcher based on the sink's...