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
I am trying to implement Jetstream with leaf nodes following a spoke/hub architecture, but NACK currently does not support specifying the Jetstream domain in which the stream should be created. https://github.com/nats-io/jetstream-leaf-nodes-demo/tree/main
What is the proposed change?
I am proposing to add a new field to the Stream and Consumer called jsDomain that overwrites the default jetstream domain.
What motivated this proposal?
I am trying to implement Jetstream with leaf nodes following a spoke/hub architecture, but NACK currently does not support specifying the Jetstream domain in which the stream should be created. https://github.com/nats-io/jetstream-leaf-nodes-demo/tree/main
What is the proposed change?
I am proposing to add a new field to the Stream and Consumer called
jsDomain
that overwrites the default jetstream domain.Moreover, to add the ability to set the default jsDomain that is used when no domain is specified in the CR.
Who benefits from this change?
No response
What alternatives have you evaluated?
No response
The text was updated successfully, but these errors were encountered: