Ophir Radnitz

Results 4 issues of Ophir Radnitz

This addresses #1686 . Custom scalars coercion error messages are preserved in the resulting error. Also, validation messages have been simplified so they no longer carry concatenated pieces of relevant...

Not to be merged

We implemented a few custom scalars by extending the `Coercing` interface. Validating input values is done in `parseLiteral()` method implementation which returns `T` value for a successful parsed value or...

`redeliveryCount` was added to `MsgProto` (in `protocol.proto`) and made available in the Go client as part of [nats-streaming-server #996](https://github.com/nats-io/nats-streaming-server/issues/996) . This is critical for implementation of setting a limit number...