awslabs / amazon-kinesis-client-ruby

A Ruby interface for the Amazon Kinesis Client Library. Allows developers to easily create robust application to process Amazon Kinesis streams in Ruby.
Apache License 2.0
146 stars 55 forks source link

example does not work in eu-central-1 #4

Closed yannick closed 4 years ago

yannick commented 9 years ago

if i change region to eu-central-1 i get

 Stream testme under account XXX not found. (Service: AmazonKinesis; Status Code: 400; Error Code: ResourceNotFoundException; Request ID: 5cd33d33-f1cb-11e4-9fa7-e5838a497e54)

even though this stream in frankfurt exists. everything works fine if i use eu-west-1 might be a bug in amazon-kinesis-client

jqr commented 9 years ago

Are you changing the regionName in sample.properties?

yannick commented 9 years ago

@jqr yes. is there another way?

seems to be related to the sdk version? https://github.com/awslabs/amazon-kinesis-client-python/issues/4

kevincdeng commented 9 years ago

Hey guys,

This is indeed the same problem as that in the python KCL issue linked above. The same workaround should work. We are working on an updated release that fixes this problem.

Cory-Bradshaw commented 4 years ago

Closing this issue, as more recent releases have updated the AWS SDK to a version that supports this region.