apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.28k stars 1.03k forks source link

allow client to specify request id #5326

Closed rnewson closed 3 weeks ago

rnewson commented 3 weeks ago

Overview

This allows tracing of requests that fail to start in a timely manner when using a load balancer in front.

Testing recommendations

covered by an integration test.

Related Issues or Pull Requests

N/A

Checklist