Scott Fauerbach

Results 228 comments of Scott Fauerbach

Moving this to the architecture repo since it's feature request that would apply to all clients.

@davidmcote Yes, contributions are encouraged! Please make sure to verify your commits. I made an issue in the repo: https://github.com/nats-io/nats.java/issues/1091

@kunalvarpe please DM me on nats slack

I'm building unit tests against this: ``` authorization { ENC = { publish: { allow: [ "sub.>" ] } subscribe: { allow: [ "sub.>" ] } } users = [...

Data | Raw | Encoded | | ----| ------- | | space space | space%20space | | colon:colon | colon%3Acolon | | quote'quote | quote%27quote | | slash/slash | slash%2Fslash...

Java is fine, .NET needs fixing.

If your client already supports this or if you complete it, please mark it as done.

I reproduced this against servers 2.9.22 and also saw it against 2.8.4 and 2.9.0 0\. I added a field to the message object to hold a unique id made every...

This is a server issue. I can reproduce this in both java and .net. I think it has to do with the repeated pull requests with 10ms expiration. I ruled...

@jbasants While this is a legitimate server issue, I think it can easily be addressed on your side. The problem is around the 10ms pull expire time. What are you...