Security
Security¶
- Do not store secrets in the payload.
- Use
excludefor sensitive columns. - Protect
db_change_eventwith proper database permissions. - In production, use
schema-management=validateorschema-management=none. - Keep listeners idempotent because retries may happen.