-
Notifications
You must be signed in to change notification settings - Fork 86
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
Json Unmarshal Exception with AWS java SDK 2.X #108
Comments
Complete stackTrace
|
This appears to be due to |
Now wondering if this might actually be caused by aws/aws-sdk-java-v2#1023 in the AWS SDK... |
I am using AWS java SDK 2.15.X and it is throwing the following exception while reading the records from
kinesalite
software.amazon.awssdk.core.exception.SdkClientException: Unable to unmarshall response (Unable to parse date : 1.611248009879E9). Response Code: 200, Response Text: OK
All the other requests such as Create Stream, put records, describe stream etc. work fine.
The text was updated successfully, but these errors were encountered: