We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
start kinesatelite 1.14.0.
> npm install -g kinesalite ... + [email protected] ... > kinesalite Listening at http://:::4567
create stream and get shard iterator. if use --shard-iterator-type AT_TIMESTAMP, kinesatelite doen't return response.
--shard-iterator-type AT_TIMESTAMP
> aws --version aws-cli/1.16.80 Python/3.7.2 Darwin/17.7.0 botocore/1.12.70 > AWS_ACCESS_KEY_ID=a AWS_SECRET_ACCESS_KEY=b aws --region=ap-northfeast-1 --endpoint-url=http://localhost:4567 kinesis create-stream --stream-name at-timestamp-stack-test --shard-count 1 > AWS_ACCESS_KEY_ID=a AWS_SECRET_ACCESS_KEY=b aws --region=ap-northfeast-1 --endpoint-url=http://localhost:4567 kinesis list-shards --stream-name at-timestamp-stack-test { "Shards": [ { "ShardId": "shardId-000000000000", "HashKeyRange": { "StartingHashKey": "0", "EndingHashKey": "340282366920938463463374607431768211455" }, "SequenceNumberRange": { "StartingSequenceNumber": "49592592288669974188510550010873737925033238827737546754" } } ] } > AWS_ACCESS_KEY_ID=a AWS_SECRET_ACCESS_KEY=b aws --region=ap-northfeast-1 --endpoint-url=http://localhost:4567 kinesis get-shard-iterator --stream-name at-timestamp-stack-test --shard-id shardId-000000000000 --shard-iterator-type TRIM_HORIZON { "ShardIterator": "AAAAAAAAAAEc1n6RReP009TkSNBstrjuVYhvktfTf7PgYbrOASP3Vd4zOSH7K1bHopEsBov7sIP2mrf4eioXsChgEb3U3VdKGvBVuega72sk9UFXiFH3V4ET6Oy6nOQXKdSwUUimZ1s0vsICfGTTUhkcsHSqvzFMXlNXkj4pGbvrEUagUYfxW+eEJIbxgDHfyShktsFXho+2ggld5Gncl9jjiO3bbR40" } > AWS_ACCESS_KEY_ID=a AWS_SECRET_ACCESS_KEY=b aws --region=ap-northfeast-1 --endpoint-url=http://localhost:4567 kinesis get-shard-iterator --stream-name at-timestamp-stack-test --shard-id shardId-000000000000 --timestamp 2019-02-01T08:00:00.000-00:00 --shard-iterator-type AT_TIMESTAMP (NO RESPONSE HERE. if use aws sdk, request read timeout.)
(moved from localstack/localstack#1106)
it seems that following lazy stream doesn't have item. so return no response.
kinesalite/actions/getShardIterator.js
Lines 94 to 99 in c8685eb
The text was updated successfully, but these errors were encountered:
+1
Sorry, something went wrong.
+1 Is there any chance to solve this issue ?
No branches or pull requests
start kinesatelite 1.14.0.
create stream and get shard iterator. if use
--shard-iterator-type AT_TIMESTAMP
, kinesatelite doen't return response.(moved from localstack/localstack#1106)
it seems that following lazy stream doesn't have item. so return no response.
kinesalite/actions/getShardIterator.js
Lines 94 to 99 in c8685eb
The text was updated successfully, but these errors were encountered: