reborg

Results 4 issues of reborg

A suggestion for several of the doc sections (for example https://docs.xtdb.com/clients/1.19.0/http/), it would be nice to always add the relevant `require` for the `xt` namespace or other namespaces mentioned in...

We recently bumped into an unresponsive app (with no logs or stack traces). After thread dumping the app, the culprit seems to be an initial hanging read (which is common...

Simply discard a supposely new config if timestamp is older than current to prevent one late server to override newer config.

During the following scenario: - User code reads config key-1 and takes one branch in thread-1 - New config is pushed that changes key-1 - User code reads config for...