cockroachdb / replicator

replicator is a toolkit for ingesting logical replication feeds into a CockroachDB cluster
Apache License 2.0
60 stars 24 forks source link

cdc: Capture the stack of panics in the HTTP handler #1034

Closed bobvawter closed 1 month ago

bobvawter commented 1 month ago

This change improves error reporting if a panic occurs during an HTTP request. A recovering deferred function is invoked by the runtime at the site of the panic.


This change is Reviewable