nats-nui / nui

Free and Open Source NATS management GUI.
https://natsnui.app
The Unlicense
130 stars 12 forks source link

Add support to change BY_START_SEQUENCE #12

Closed klayders closed 1 month ago

klayders commented 1 month ago

When Consumer was created in jetstream, I need to change SEQUENCE position in my cosumer

pricelessrabbit commented 1 month ago

do you mean that you want to edit the start sequence of a consumer after the consumer creation? so for example:

In this case imho you have to re-create the consumer from scratch, because nats server has no support for a "consumer reset" (see https://github.com/nats-io/nats-server/issues/4121). In fact, in consumer config the OptStartSeq is not editable.

klayders commented 1 month ago

sorry, thanks