nats-nui / nui

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

Add possible edit consumer configuration in jetstream #2

Closed klayders closed 6 months ago

klayders commented 7 months ago

Hi, I didn`t see change consumer config in jetstream. Add this feature please!

pricelessrabbit commented 7 months ago

we can consider to add support for editing config of consumers in UI. Could i ask you your specifc use cases where you need to edit consumers config directly? do you also create new consumers manuallly or just edit the config of existent ones?

klayders commented 6 months ago

Specifically, I need to adjust the message offset in the consumer to enable re-reading of messages

tema-mazy commented 6 months ago

Please also add the possibility to add new / remove consumers like the command line client. thank you

pricelessrabbit commented 6 months ago

working on it, we plan to release this week 🐰

pricelessrabbit commented 6 months ago

v0.3.0 adds support to create and edit consumer configuration (and also to delete existing consumers). Let me know if you find some bugs opening another issue.