bump per-consumer buffer 8192→65536 + host_authority reject breakdown
the 8192-entry per-consumer ring = ~33s of headroom at 250fps. pulsar's
60-min snapshot accumulated repeated ConsumerTooSlow kicks within that
window (ops_changelog 2026-04-01). bumping to 65536 gives ~4.4min of
headroom — enough to absorb transient write stalls without dropping
consumers mid-run.
checkPdsHost had five silent-reject branches collapsed into one
failed_host_authority counter, which hid the 100% rejection rate
diagnosed 2026-04-08. split into per-branch counters emitted as
relay_host_authority_reject{branch=...} alongside a 1-in-2048 sampled
warn log so we can tell whether the DID doc lookup is failing, the
endpoint is unparseable, the host isn't in our table, or the resolved
host genuinely differs from the incoming host.