Skip to content

Help me Codec not found for requested operation: [TEXT <-> java.util.List<java.lang.Object>]\ #101

@Shahnurhon

Description

@Shahnurhon

topic
{
"id": "f0e5b61c-5341-4f80-8f0b-fac60521d5ae",
"name": "text",
"flg": true,
"createdTS": "newtime",
"systems_sids": [
{
"sid": [],
"system": "s1"
},
{
"sid":[],
"system": "s2"
},
{
"sid": [],
"system": "s3"
},
{
"sid": [],
"system": "s4"
},
{
"sid": [],
"system": "s5"
},
{
"sid": [],
"system": "s6"
}
],
}

table ddl

CREATE TABLE kafka_test.ustime (
id text primary key,
name text,
flg boolean,
createdTS text,
systems_sids LIST,
)

I write data without a schema, I create tables manually. but it seems that Kaffka Connect does not allow me to write down the system sids field. Help me correctly generate the DDL for the database, I can send you the entire error log

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions