vmware-go-kcl is a vmware originated open-source project for AWS Kinesis Client Library in Go. It has been widely used by many external companies and internally by Carbon Black. vmware-go-kcl-v2 is its companion project by utilizing AWS Go SDK V2 which introduces lots of breaking changes. To keep the repo clean, it is better to have a separated repo vmware-go-kcl-v2 with better golang project structure improvement.
MIT License
23
stars
17
forks
source link
Error : Couldn't fetch checkpoint: operation error DynamoDB, after upgrading from V1 to V2 #39
After upgrading from V1 to V2 version, I am getting below error
Couldn't fetch checkpoint: operation error DynamoDB: GetItem, https response error StatusCode: 400, RequestID: 9NH92A7NUUIRNF6FRH1GQ74QCFVV4KQNSO5AEMVJF66Q9ASUAAJG, api error ValidationException: The provided key element does not match the schema
Describe the bug
After upgrading from V1 to V2 version, I am getting below error
Couldn't fetch checkpoint: operation error DynamoDB: GetItem, https response error StatusCode: 400, RequestID: 9NH92A7NUUIRNF6FRH1GQ74QCFVV4KQNSO5AEMVJF66Q9ASUAAJG, api error ValidationException: The provided key element does not match the schema
Reproduction steps
1. 2. 3. ... NA
Expected behavior
Seamless transition from VMWare KCL V1 to V2
Additional context
No response