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

KAFKA-12372: Enhance TimestampCoverter Connect transformation to handle multiple timestamp or date fields #10239

Open
wants to merge 2 commits into
base: trunk
Choose a base branch
from

Conversation

vanhoale
Copy link

@vanhoale vanhoale commented Mar 1, 2021

JIRA

Our team is having an issue of handling multiple timestamp fields in a kafka message, so for now if we use the converter then we have to add more fields in the config.

We can implement it in a generic way to check if the field.schema().name() is timestamp or date then we can convert it.

@kkonstantine kkonstantine changed the title KAFKA-12372 - Enhance TimestampCoverter to handle multiple timestamp or date fields KAFKA-12372: Enhance TimestampCoverter Connect transformation to handle multiple timestamp or date fields Mar 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
2 participants