mirror of
https://github.com/neondatabase/neon.git
synced 2026-08-22 05:58:27 +00:00
0a117fb1f1
## Problem We currently parse Notification twice even in the happy path. ## Summary of changes Use `#[serde(other)]` to catch unknown topics and defer the second parsing.