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

[Feature][Manager][Sort] Kafka extract node supports raw format and timestamp scan mode #6089

Closed
2 tasks done
gong opened this issue Oct 8, 2022 · 0 comments · Fixed by #6100
Closed
2 tasks done

Comments

@gong
Copy link
Contributor

gong commented Oct 8, 2022

Description

kafka extact node support raw format and scan mode support timestamp

Use case

manager support raw format and scan mode timestamp. Sort will generator sql and with option include raw format and
scan mode is timestamp

create table `table_groupId_streamId_nodeId1`(
    `data` bytes
   ) WITH (
    'connector' = 'kafka',
  'topic' = 'mydebezium5',
  'properties.bootstrap.servers' = 'localhost:9092',
  'properties.group.id' = 'testGroup5',
  'scan.startup.mode' = 'timestamp',
  'scan.startup.timestamp-millis' = '1665197179000',
  'format' = 'raw'
);

Are you willing to submit PR?

  • Yes, I am willing to submit a PR!

Code of Conduct

@healchow healchow added this to the 1.4.0 milestone Oct 8, 2022
@gong gong changed the title [Feature][Manager][Sort] kafka extact node support raw format [Feature][Manager][Sort] kafka extact node support raw format and scan mode support timestamp Oct 8, 2022
@gong gong changed the title [Feature][Manager][Sort] kafka extact node support raw format and scan mode support timestamp [Feature][Manager][Sort] kafka extract node support raw format and scan mode support timestamp Oct 8, 2022
@healchow healchow changed the title [Feature][Manager][Sort] kafka extract node support raw format and scan mode support timestamp [Feature][Manager][Sort] Kafka extract node supports raw format and timestamp scan mode Oct 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
2 participants