Skip to content

Create a function that verifies whether a table's schema includes key and val with both fields are defined as BYTES data type. If the table has this schema definition, then apply the schema supplied to the function. #606

@j3-signalroom

Description

@j3-signalroom

I discovered that when a Kafka topic is created via Terraform without a defined schema attached, Flink will automatically associate one by default. This is particularly troublesome when the table is linked to a sink topic. When inserting records into that topic, I encountered a mismatch error between the query schema and the sink schema, which resulted in the Flink Job failing.

Metadata

Metadata

Assignees

Labels

Projects

Status

Todo

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions