Ivan Kozlovic

Results 15 issues of Ivan Kozlovic

Imagine doing nc.Publish() in a loop. The server is stopped/restarted and the library tries to reconnect. The pending buffer is created only in doReconnect(). That leaves a window where nc.bw.write()...

Unless my understanding is wrong, all APIs that accept an JSOpt array mean that one could call say `AddStream(cfg, nats.APIPrefix("MyPrefix."))` and expect this call to make use of the given...

bug

Hello, I work on the nats.io team and was made aware of your project. Thank you for integrating with NATS! I noticed very low numbers for the NATS report and...

## Overview This is an optional API that is not part of the core KV APIs. Add GetRevision(key string, revision uint64) which returns a specific revision value for the key....

enhancement
client

## Overview Hostname resolution in client library The behavior is documented in ADR-11 ## Clients and Tools - [x] Go @piotrpio - [x] Java @scottf - [x] JavaScript - [...

enhancement
client
P-L

## Overview The discard policy should be set to "new", but really for server 2.7.2+ since only this server handles discard policy "new" correctly for KV use-case, that is with...

enhancement
client

## Overview For libraries that provide the maintenance function PurgeDeletes(), this should be enhanced to follow this algorithm: - Create a "watcher all" (subject is ">") - Iterate through entries,...

enhancement
client

## Overview Several changes need to be added - or checked that it does not impact - to client libraries - If the client detects that the connection is to...

enhancement
client

## Overview This is to conform to ADR-19. ## Clients and Tools - [x] Go @wallyqs - [x] Java @scottf - [x] JavaScript @aricart - [x] .Net @ColinSullivan1 @scottf -...

enhancement
client

Added for Go client for now, need to add when others are avail.