I'm facing an issue where the type in the source created with RisingWave using Kafka connector is VARCHAR[] instead of JSONB[] or Struct[]. The usage of the schema.registry
property seems to restrict specifying columns in the 'create source' script. Is there a way to resolve this issue without refactoring the value sent to the topic?
蕭翊安
Asked on Oct 20, 2023
$ref
with $defs
can treat the array as struct<inner_field varchar, other_field varchar>[]
.