Hi,
I have a question regarding PartitionKey to HashKey conversion over on Stack Overflow (link) and I'm working to produce and verify code which performs the exact conversion which is performed when a PutRecords request provides a PartitionKey value (i.e. rather than an ExplicitHashKey). When I started this work my expectation was that this 'default' conversion method would be available as a method within the Kinesis Client and so I thought to share that here in the hope that you might be able to add it at some point.
Thanks!