Details
-
Story
-
Status: Resolved (View Workflow)
-
Medium
-
Resolution: Fixed
-
None
-
None
-
Security Level: Default (Default Security Scheme)
-
None
-
Horizon 2021 - Jun 23 - Jul 7
Description
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.