Schema Registry properties

Hi Team,

What type we can define for properties with BIGINT and TIMESTAMP in JSON Schema Registry so that we can use in Sink Connector.

What sink connector are you trying to use?

JSON doesn’t have “bigint”, and any connector should be able to use Unix epoch or Strings for timestamps. You can also use TimestampConverter transform to modify data before it reaches the sink.

Thank you @OneCricketeer . Will use the transformations for time stamp . I am using jdbc mysql sink connector.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.