Patrick Robinson

Results 35 comments of Patrick Robinson

Can you please export the dynamodb table and send it to me? If you restart benthos does it fix the problem or do the shards remain locked but not processing?

Hi @relistan Have you observed any errors in the logs such as `Error renewing lease`? I've got some time now I can try and replicate this myself

reading through the code I think this could happen if GetRecords returns an unrecoverable error. https://github.com/patrobinson/gokini/blob/master/consumer.go#L364-L376 At which point I think we should panic rather than leave ourselves in a...

@pdavis77 the error message (although poorly encoded) comes out as: > Credential should be scoped to correct service 'kinesis' https://forums.aws.amazon.com/thread.jspa?threadID=222499 https://github.com/aws/aws-sdk-go-v2/issues/163 I wonder if this is a regression in the...

Yeah I've been writing Golang too long. Guess a Hash achieves the same thing

> the first is that you cannot direct add a user that doesn't already exist which means this isn't a silver bullet for all scenarios. Can you explain this a...

This raises a broader issue I've noticed with iamy. In terms of set comparison say our AWS Account config is set A and the repository where we store iamy config...

@apetrenko-TA this is a DNS resolution error and indicates a low level network error that's not related to iamy. I suggest checking what DNS server you have configured and trying...

I think this would be reasonable

What's the use case for using absolute paths vs. relative paths? Sorry I'm trying to understand what problem you're trying to solve as there may be a better solution.