commit | 4da780cf81fa6e8dae86cb04ba6dcae0c6ca03b6 | [log] [tgz] |
---|---|---|
author | Marcin Czech <maczech@gmail.com> | Mon Jun 12 12:03:52 2023 +0200 |
committer | Marcin Czech <maczech@gmail.com> | Thu Jun 15 09:05:01 2023 +0000 |
tree | f977ee3e19ae461a25bc3d4dee78a1475db119f1 | |
parent | 28543ac55b4622055214ba5ba98760ccdf69b68e [diff] |
Allow specifying RecordMaxBufferedTime property for Kinesis producer RecordMaxBufferedTime property defines the maximum amount of time (milliseconds) a record may spend being buffered. Increasing that value might improve the performance of message producer. Increasing RecordMaxBufferedTime is suggested by AWS Support Team to avoid following issue: `PutRecords processing time is taking longer than 500 ms to complete.` Change-Id: Ie031fc74b9b857830b5525b2bfce725ccd7547f3
Provide producer and consumer of events streamed over AWS kinesis.
Information on how to build this plugin can be found here
Information on how to configure this plugin can be found here