Skip to content
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

converting date time for topics #11

Open
mailmahee opened this issue Mar 4, 2020 · 1 comment
Open

converting date time for topics #11

mailmahee opened this issue Mar 4, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@mailmahee
Copy link
Contributor

The options for supporting locale, timezone and timestamp temporal pattern are not supported currently in Scylla sink, maybe we can address them at a future point in time.

topic.topic_name.codec.locale=en_US
topic.topic_name.codec.timeZone=UTC
topic.topic_name.codec.timestamp=CQL_TIMESTAMP

@tarzanek
Copy link

tarzanek commented Mar 6, 2020

as per https://docs.scylladb.com/getting-started/types/#working-with-timestamps
scylla supports mainly https://en.wikipedia.org/wiki/ISO_8601
so this should be the default codec (and hardcoded of course up until scylla supports more)

@Bouncheck Bouncheck added the enhancement New feature or request label Aug 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants