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-7518][Audit] Store support Kafka #7463

Merged
merged 4 commits into from
Mar 7, 2023

Conversation

haifxu
Copy link
Contributor

@haifxu haifxu commented Feb 28, 2023

Prepare a Pull Request

Motivation

The audit module only supported Pulsar and TubeMQ, and the InLong stream supported Kafka recently,
it's better to support Kafka for audit at the same time.

Modifications

  1. Add Kafka consumer.
  2. Add Kafka configuration field.

Verifying this change

  • This change added tests and can be verified as follows:
    org.apache.inlong.audit.service.consume.KafkaConsumeTest

@dockerzhang
Copy link
Contributor

@haifxu please support the audit-proxy at the same time.

@dockerzhang dockerzhang changed the title [INLONG-7428][Audit] Store support Kafka [INLONG-7518][Audit] Store support Kafka Mar 6, 2023
@haifxu
Copy link
Contributor Author

haifxu commented Mar 6, 2023

@haifxu please support the audit-proxy at the same time.

Ok, I've done it in this pr: #7524

@dockerzhang dockerzhang requested a review from baomingyu March 7, 2023 01:51
Copy link
Contributor

@pocozh pocozh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Copy link
Member

@healchow healchow left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dockerzhang dockerzhang merged commit 12ee6c4 into apache:master Mar 7, 2023
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][Audit] Store support Kafka
4 participants