Michael Hart

Results 306 comments of Michael Hart

Hmmm, strange – maybe it's an issue with the `PutRecords` call in your test then? Maybe it's only putting one record? I'll double check tomorrow.

Ah yeah, that's the issue. Here's the return from the `PutRecords` call: ``` [ { SequenceNumber: '49594189147623985939251953501666965394405037144469929986', ShardId: 'shardId-000000000000' }, { ErrorCode: 'ProvisionedThroughputExceededException', ErrorMessage: 'Rate exceeded for shard shardId-000000000000 in...

Please try with v1.13.0 and see if this fixes your problem

@vikrantch-hk I don't know much about KPL to be honest – I don't use it

This project is intended to implement the API as documented here: https://docs.aws.amazon.com/kinesis/latest/APIReference/Welcome.html If there's a specific API call missing (I know that `UpdateShardCount` is for example), that's much easier to...

Could be that you're not connecting to kinesalite correctly? Is CBOR turned off (kinesalite doesn't support CBOR). https://github.com/mhart/kinesalite#cbor-protocol-issues-with-the-java-sdk Or is it an SSL connection problem?

The docs say "with precision in milliseconds" – not in milliseconds. The example they give, `1459799926.480` – is in seconds.

@chody-h can you show me some code? Did you mean one of the AWS SDKs, or are you calling the API manually?

@chody-h I can look into that when I get the chance. Have changed this issue title accordingly.

I haven't looked at Firehose support at all – any idea what API endpoints would need to be supported?