Last active
November 8, 2020 17:56
-
-
Save aliartiza75/8576a41109ff0c44892ac17220eb2dfc to your computer and use it in GitHub Desktop.
Kinesis Shard's hash key mapping
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ "Shards": [ | |
{ | |
"ShardId": "shardId-000000000000", | |
"HashKeyRange": { | |
"StartingHashKey": "0", | |
"EndingHashKey": "170141183460469231371588410571" | |
}, | |
"SequenceNumberRange": { | |
"StartingSequenceNumber": "496103516369698317099491240188243335841720557371394" | |
} | |
}, | |
{ | |
"ShardId": "shardId-000000000001", | |
"HashKeyRange": { | |
"StartingHashKey": "170141183460469231371588410571", | |
"EndingHashKey": "340282asdasd6337460743176821144" | |
}, | |
"SequenceNumberRange": { | |
"StartingSequenceNumber": "49610351636992132529573630114381723961608490082063351826" | |
} | |
}, | |
{ | |
"ShardId": "shardId-000000000002", | |
"HashKeyRange": { | |
"StartingHashKey": "34028236692093846346337460743176821145", | |
"EndingHashKey": "51042355038140769519506191114765231717" | |
}, | |
"SequenceNumberRange": { | |
"StartingSequenceNumber": "49610351637014433274772160737523259679881138443569332258" | |
} | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment