Closed rverma-jm closed 4 years ago
1.
Putting json format records to kinesis, it runs for some time and then start producing warning for retry. No idea what's going wrong behind the scene.
This warning message means that PutRecords API of Kinesis Data Streams or PutRecordBatch API of Kinesis Data Firehose returned failed records because of some kind of error, such as ProvisionedThroughputExceeded.
Kinesis API reference: https://docs.aws.amazon.com/kinesis/latest/APIReference/API_PutRecords.html https://docs.aws.amazon.com/firehose/latest/APIReference/API_PutRecordBatch.html
Can you check your cloud side metrics by CloudWatch?
2.
Also wondering can we do firehose put directly with aggregated records
Currently, we cannot put aggregated records directly into firehose. Appreciate your feedback. See also this issue #193.
Closing this issue for now. Please reopen if required.
Putting json format records to kinesis, it runs for some time and then start producing warning for retry. No idea what's going wrong behind the scene.
Also wondering can we do firehose put directly with aggregated records