ConnectEverything / nats-by-example

Collection of runnable, reference examples using NATS (https://nats.io)
https://natsbyexample.com
157 stars 37 forks source link

Fixes pull consumer documentation #176

Closed mtmk closed 10 months ago

mtmk commented 10 months ago

Removed clause about ephemeral consumers not supporting multiple subscriptions. In my local tests this was not true.

cc @wallyqs @caleblloyd

Jarema commented 10 months ago

This sentence is true, but about ordered consumers :). We are also going away from "ephemeral" vs "durable" naming convention, as every consumer can have inactive threshold.

They are also not cheaper in resources if they use default consumer values (storage the same as stream, replication the same as stream)

mtmk commented 10 months ago

This sentence is true, but about ordered consumers :). We are also going away from "ephemeral" vs "durable" naming convention, as every consumer can have inactive threshold.

They are also not cheaper in resources if they use default consumer values (storage the same as stream, replication the same as stream)

I guess that whole paragraph needs rewriting maybe?