Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Mar 23, 2026. It is now read-only.
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Kinesis register_stream_consumer returns wrong format for ConsumerCreationTimestamp #2834

Copy link
Copy link

Description

@elainearbaugh
Issue body actions

Type of request: This is a ...

[x] bug report
[ ] feature request

Detailed description

register_stream_consumer returns ConsumerCreationTimestamp in the format '%Y-%m-%dT%H:%M:%S.%fZ', but according to the AWS CLI docs (also this)it should be a UNIX timestamp.

This breaks using register_stream_consumer with software.amazon.awssdk.services.kinesis.KinesisAsyncClient since it can't unmarshall the date in the response:
software.amazon.awssdk.core.exception.SdkClientException: Unable to parse date : 2020-08-11T05:10:06.349Z

...

Expected behavior

ConsumerCreationTimestamp should be a float UNIX timestamp
...

Actual behavior

ConsumerCreationTimestamp is a string formatted timestamp
...

Steps to reproduce

Run any register_stream_consumer command

Command used to start LocalStack

Java testcontainers/localstack

...

Client code (AWS SDK code snippet, or sequence of "awslocal" commands)

...

Reactions are currently unavailable

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    Morty Proxy This is a proxified and sanitized view of the page, visit original site.