chunjun icon indicating copy to clipboard operation
chunjun copied to clipboard

[Question][kafka-source]使用kafka-source读取数据时为空

Open ngchunhoCR7 opened this issue 2 years ago • 0 comments

Search before asking

  • [X] I had searched in the issues and found no similar question.

  • [X] I had googled my question but i didn't get any help.

  • [X] I had read the documentation: ChunJun doc but it didn't help me.

Description

c1230731ebf2e60ed8b5548dc745e10

{ "job": { "content": [ { "reader": { "parameter": { "topic": "chunjun", "timestamp": 1000, "offset": "EARLIEST", "groupId": "dddd", "codec": "json", "column": [ { "name": "id", "type": "int" }, { "name": "name", "type": "varchar" }, { "name": "create_time", "type": "datetime" } ], "consumerSettings": { "bootstrap.servers": "172.16.48.14:9092,172.16.48.16:9092,172.16.48.17:9092", "auto.commit.enable": "false" } }, "name": "kafkasource" }, "writer": { "name": "streamwriter", "parameter": { "print": true } } } ], "setting": { "restore": { "isRestore": true, "isStream": true }, "speed": { "readerChannel": 1, "writerChannel": 1 } } } }

Code of Conduct

ngchunhoCR7 avatar Aug 01 '23 09:08 ngchunhoCR7