nats-io/nats.net.v2

Stream CreateConsumerAsync() should be named CreateOrUpdateConsumerAsync()

Closed this issue · 2 comments

mtmk commented

Proposed change

Stream CreateConsumerAsync() should be named CreateOrUpdateConsumerAsync()

Use case

Reflects the actual behaviour.

Contribution

No response

You can retain CreateConsumer if you also have UpdateConsumer, and CreateOrUpdateConsumer.
Each using different action API.

mtmk commented

unfortunately we don't have an UpdateConsumer()