Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
tylerjroach opened this issue Oct 17, 2023 · 0 comments
Open
Labels
feature-request Request a new feature kinesis Issues with the AWS Android SDK for Kinesis.

Comments

@tylerjroach
Copy link
Contributor

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

@tylerjroach tylerjroach added feature-request Request a new feature kinesis Issues with the AWS Android SDK for Kinesis. labels Oct 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request a new feature kinesis Issues with the AWS Android SDK for Kinesis.
Projects
None yet
Development

No branches or pull requests

1 participant