IE-655: migrate skyflow-java beta to skyflow-flowvault-java GA 1.1.0 - #9
skyflow-srivyshnavi wants to merge 5 commits into
Conversation
| // Helper method to retry failed records with exponential backoff and jitter | ||
| private void retryFailedRecords(InsertRequest request, | ||
| Map<Object, Success> successMap, | ||
| private void retryFailedRecords(BulkInsertRequest request, |
There was a problem hiding this comment.
Can we use BulkInsertResponse.getRecordsToRetry() here
There was a problem hiding this comment.
There was a problem hiding this comment.
Yes 429 is not covered
|
Minor comments and findings, can be addressed later as well:
|
Thanks Koshy
|
IE-655: migrate skyflow-java beta to skyflow-flowvault-java GA 1.1.0
