Scott Fauerbach

Results 69 issues of Scott Fauerbach

### Proposed change / Use case See https://github.com/nats-io/nats-architecture-and-design/issues/271

enhancement
accepted

## Overview Client should have a way that allows users to force reconnection process. This can be useful for refreshing auth or rebalancing clients. When triggered, client will drop connection...

enhancement

https://github.com/nats-io/nats-architecture-and-design/issues/173

* Use ReentrantLock in place of synchronized since it's better for virtual threads and equally if not more performant. * Ensure consumer context implementation is thread safe and switch to...

## Overview Client should have a way that allows users to force reconnection process. This can be useful for refreshing auth or rebalancing clients. When triggered, client will drop connection...

enhancement

https://github.com/nats-io/nats-architecture-and-design/issues/173

## Overview Because of the way the server stacks values during republishes, the last value for each header field is the correct value for direct messages ``` Nats-Subject Nats-Sequence Nats-Last-Sequence...

enhancement
client

Request Many ADR based on @aricart's implementation and discussion in https://github.com/nats-io/nats-architecture-and-design/issues/215

## Overview ``` FirstSeq uint64 `json:"first_seq,omitempty"` ``` Server PR: https://github.com/nats-io/nats-server/pull/4322 ## Clients and Tools - [x] Schemas @ripienaar - [x] CLI @ripienaar - [x] Github Actions @ripienaar - [ ]...

enhancement
client