-
Notifications
You must be signed in to change notification settings - Fork 467
New issue
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
Enable property option to use AT_TIMESTAMP shard iterator in MultiLangDaemon clients #341
Comments
marcinc
added a commit
to marcinc/amazon-kinesis-client
that referenced
this issue
May 25, 2018
marcinc
added a commit
to marcinc/amazon-kinesis-client
that referenced
this issue
May 25, 2018
marcinc
added a commit
to marcinc/amazon-kinesis-client
that referenced
this issue
May 29, 2018
…r initial timestamp (awslabs#341)
This should be fixed in 1.9.2 and should be available in Maven over the next 24 hours. Feel free to reopen if you run into the issue again. |
pfifer
added a commit
to pfifer/amazon-kinesis-client
that referenced
this issue
Sep 5, 2018
pfifer
added a commit
that referenced
this issue
Sep 10, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Since support for Time based shard iterators was added in #94, it would be good to enable option to pass initial timestamp for
AT_TIMESTAMP
iterator from properties file. This would enable Multilang Daemon clients to take advantage of this iterator type. This was previously requested in #145.It looks like it could be achieved by simply adding appropriate Date parameter type decoder in
KinesisClientLibConfigurator
which would then allow use of the following property:Internally this would result in correct setting of
initialPositionInStream
toAT_TIMESTAMP
and its initial timestamp to1527254694
.The text was updated successfully, but these errors were encountered: