Scott Fauerbach

Results 87 comments of Scott Fauerbach

@kozlovic This fell off my radar b/c of other priorities. There were some questions that we had not gotten around to being resolved and there was never an approval and...

Open Questions 1. Should we allow links to links? 2. Should we return ErrObjectNotFound for Get/GetInfo when an object is deleted? This would match what KV does on get where...

@dungpa We don't really support this client anymore, but if you make a PR with a fix we probably can merge it.

@dungpa I merged #203 I then noticed that Google.Protobuf and Tools is at 3.21.1. Is it possible that you can upgrade to the latest? We really are not supporting this...

Am I reading this right, it looks like you just exchanging one exception for another.

Is this a single machine? A memory stream is gone if the server goes down. Also the ephemeral might be lost. The client will read what's in the incoming memory...

Object store is coming soon.

![image](https://user-images.githubusercontent.com/215946/188869778-4a95b213-f2a4-4fc3-a9d5-fe34883d43b3.png)

@brimworks We are revisiting this as a review of open PR's with some work we are considering doing to add in Vert-x. I though your interface changes might be re-usable...

@hypdeb Can you please review this unit test https://github.com/nats-io/nats.net/blob/master/src/Tests/IntegrationTests/TestEncoding.cs If looks like you can already received encoded messages using the normal async subscription. If you are already aware of this,...