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

Add kafka exporter #27

Open
wants to merge 12 commits into
base: main
Choose a base branch
from
Open

Add kafka exporter #27

wants to merge 12 commits into from

Conversation

sharkpc138
Copy link
Contributor

The feature supports sending logs to Kafka.
It includes the following:

  • The access token for OAuth is injected externally(into LobsterSink custom resource), and Lobster does not go through the authentication process to acquire the token
    This is because the required header values and other parameters for OAuth vary, making it difficult to generalize
  • The supported authentication mechanisms are as follows:
    PLAIN, OAUTHBEARER, SCRAM-SHA-256, SCRAM-SHA-512
  • The value size is not considered, but if there are large logs, adjusting Kafka's max.message.bytes should be taken into account

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

Successfully merging this pull request may close these issues.

1 participant