Todd Beets

Results 25 comments of Todd Beets

There are some implied use-case differences between "durable" and "ephemeral" I think that we should consider. Ephemeral seems best suited to 1 client's view of a stream (the client that...

@scottf What is the LoE for WebSockets support in the .NET client?

@sspates-starbucks Can you respond to @scottf question? An ephemeral consumer would need to be recreated if the server it lives on (memory only) goes down or if the client is...

@sspates-starbucks Can you clarify what you mean by "new Jetstream instance"? The **intent** is that the extant JetStream _context_ and bindings should see the refreshed NATS connection and attempt to...

In addition, your example also shows an ephemeral JS Consumer. A JS Consumer will expire and be expunged in approx. 5 seconds if the server sees no client subscription interest....

I have learned that this is working as designed (not a bug) but the behavior may be opposite what many developers assume to be the behavior. Changed to Enhancement.

If hub user has explicit `publish` permissions, `allow_responses` does not provide a temporary override. My guess is that `allow_responses` works as usual local to hub but does not cause a...

Do we have any published statement of support or non-support of older releases? To date we've only had minor Windows-specific features, but in 2.10 we are offering the Cert Store...

Image 1809 is [quite old](https://hub.docker.com/_/microsoft-windows-servercore). If we are going to continue to support Windows containers, we should regularly update and provide the latest LTSC and one back IMO. @Alvaro82 Do...

@dmpriso Can you add a unit test to positively check skip scenario? i.e. `certstore_windows_test.go` Automated testing is a bit tricky. The existing tests use powershell etc. to do the needful...