Open ssabnis opened 6 years ago
One option will be to split the JSON payload into multiple parts and embed an Id in each part that can be used to identify these parts for coupling together once they are consumed
Hi, Bear in mind the 1MB is the record limit so if your event/record size is greater than 1MB, here are the options:
@benalta Thanks for the quick reply, can you emphasize on the point 2. is there an example you can share. I appreciate that.
Thank you.
@ssabnis : Were you able to achieve it ? If yes, what method have you followed
I have a similar requirement, Is KPL a good option or should one use Kinesis Streams API with AWS-SDK ?. I know putRecords can send a row of maximum size 1MB but what is the maximum row size with KPL , is the row size with KPL fixed to 50 KB or is 1MB unless one uses aggregation ?.
I think in this scenario we should use Amazon MSK.
I have a requirement to sent a JSON payload which is exceeding 1MB to Kinesis Stream, any suggestions how to achieve this scenario.
Thanks