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

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

Open
Shahnurhon opened this issue Feb 27, 2024 · 0 comments

Comments

@Shahnurhon
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant