Details
-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: Meridian-2019.1.0
-
Fix Version/s: Meridian-2019.1.0
-
Component/s: None
-
Security Level: Default (Default Security Scheme)
-
Labels:None
-
Sprint:Horizon - April 17th 2019, Horizon - April 24th 2019, Horizon - May 1st 2019, Horizon 2019 - 19
Description
Kafka by default handles buffer sizes up to 1000012 bytes. Although this default size limit can be changed at the broker level with max.message.bytes, this can also be solved by dividing large buffer into chunks and handling the message at the Kafka Client/Server layer.
This will ensure that there are no configuration changes required at the broker/topic level.