estuary / data-plane-gateway

Other
0 stars 0 forks source link

Phil/leaky plumbing #33

Closed psFried closed 1 year ago

psFried commented 1 year ago

This fixes a connection leak with proxy connections, which has been manifesting as OOM errors in production. The GRPC connection between the DPG and the reactor was never being closed. Apart from fixing that, I adjusted some logging to aid in future debugging.