Fixed
Details
Assignee
Chandra GorantlaChandra GorantlaReporter
Chandra GorantlaChandra GorantlaSprint
NoneFix versions
Priority
Medium
Details
Details
Assignee
Chandra Gorantla
Chandra GorantlaReporter
Chandra Gorantla
Chandra GorantlaSprint
None
Fix versions
Priority
PagerDuty
PagerDuty
PagerDuty
Created June 23, 2021 at 9:46 PM
Updated March 8, 2024 at 6:58 PM
Resolved July 6, 2021 at 9:11 PM
Currently, Kafka Producer for metrics doesn't split message and put all the metrics it receives for a resource into one message.
Sometimes this may be over 1MB which may result in MessageSizeTooLargeException exceptions in Kafka.
To resolve this, we could split resources into several chunks and send with the same timestamp.