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

[INLONG-10159][Sort] Kafka connector support audit ID #10180

Merged
merged 13 commits into from
May 16, 2024

Conversation

XiaoYou201
Copy link
Contributor

@XiaoYou201 XiaoYou201 commented May 11, 2024

Prepare a Pull Request

Motivation

Kafka connector not support audit function. So this pr will make it support audit function.

Modifications

Modify Kafka connector source.when source/sink receive data, it will send audit information at same time.Some implement are as follows:

Program will get the audit information from the incoming sql statement and pass it to the serialization / deserialization classes. During serialization / deserialization, the program will report the number of data received.
image

@XiaoYou201 XiaoYou201 changed the title [Inlong-10159][Sort] Kafka connector support audit ID [INLONG-10159][Sort] Kafka connector support audit ID May 11, 2024
@EMsnap
Copy link
Contributor

EMsnap commented May 11, 2024

Add licenses please

aloyszhang
aloyszhang previously approved these changes May 13, 2024
XiaoYou201 and others added 2 commits May 15, 2024 18:24
…src/main/java/org/apache/inlong/sort/kafka/table/ReducingUpsertWriter.java


fix format

Co-authored-by: AloysZhang <lofterzhang@gmail.com>
@EMsnap EMsnap merged commit b9c9688 into apache:master May 16, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature][Sort] Kafka connector support audit ID
3 participants