You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which AWS Services is the feature request for?
Kinesis Codegen
Describe the solution you'd like
AbstractKinesisRecorder.saveRecord() should return success boolean to inform if the save completed successfully.
** Current Workaround**
AbstractKinesisRecorder provides getDiskBytesUsed() which can be used to detect when the record store is getting close to the limit by comparing it with config.getMaxStorageSize().
The text was updated successfully, but these errors were encountered:
Which AWS Services is the feature request for?
Kinesis Codegen
Describe the solution you'd like
AbstractKinesisRecorder.saveRecord() should return success boolean to inform if the save completed successfully.
** Current Workaround**
AbstractKinesisRecorder provides getDiskBytesUsed() which can be used to detect when the record store is getting close to the limit by comparing it with config.getMaxStorageSize().
The text was updated successfully, but these errors were encountered: