Todd Beets

Results 25 comments of Todd Beets

In some use cases it's desirable for Chrome to send such cookies. For example, certain scenarios with enterprise web access management tools where an existing authenticated session is assumed to...

Are we localizing only pub and sub permissions here causing the Leaf-side proxy to drop reply propagation to hub as it sees no merged permission (second NOT OK case above)?...

@derekcollison For use-case orientation, this is smart API routing from cloud to fleet of edge nodes. https://github.com/ConnectEverything/ngs-edge-guide/blob/main/static/EdgeScenario.png

PR for client to auto reconnect in this scenario is in the hopper: https://github.com/nats-io/nats.go/pull/935

This is a good ER @phho . Thank you for submitting. I will be creating an ADR for some design discuss of syntax and functionality. I believe there is probably...

@phho I have started [ADR-27](https://github.com/nats-io/nats-architecture-and-design/pull/129).

In a server restart scenario, was the internal consumer hydrated with the updated config from store at that time? Is this fix making sure that the config update (source change)...

@idanasulinmemphis In the general case (more than one client instance subscribing to a JS Consumer), the consumer delivery sequence numbers will not be consecutive at any one instance as @derekcollison...

I will research. I suspect the initial decision on silently removing an silently-created durable as part of js.Subscribe() was argument that a lot of silently-created durables would be left around...

By "restart" do you mean have your application client resume reading at a desired message sequence with an existing JS Consumer?