mirror of
https://github.com/neondatabase/neon.git
synced 2026-07-03 20:20:38 +00:00
## 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.