aws-amplify / aws-sdk-android

AWS SDK for Android. For more information, see our web site:
https://docs.amplify.aws
Other
1.02k stars 548 forks source link

Return boolean result of put() in AbstractKinesisRecorder.saveRecord() #3432

Open tylerjroach opened 8 months ago

tylerjroach commented 8 months ago

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().