joeyutong commented on code in PR #924: URL: https://github.com/apache/flink-agents/pull/924#discussion_r3702337930
########## docs/content/docs/operations/monitoring.md: ########## @@ -291,4 +302,6 @@ Other per-type levels from `config.yaml` are preserved — the `-D` flag only ov ### Compatibility Notes Review Comment: Agreed. The Compatibility Notes now name the exact record-shape changes: the nested `event` object is removed, `event.id` becomes top-level `eventId`, `event.attributes` becomes top-level `eventAttributes`, and top-level `eventType` remains where it was. I also documented that Python Event IDs changed from content-derived IDs to per-occurrence UUID4 values, so payload equality must no longer be used for ID-based deduplication. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
