-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Data Streams live messages #20512
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
base: master
Are you sure you want to change the base?
Data Streams live messages #20512
Conversation
0f3e95b
to
0b4d674
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
9f8dd71
to
4b1cde2
Compare
0c51a3d
to
b8ad8f3
Compare
b8ad8f3
to
28b5bc5
Compare
# if cluster != cluster_id: | ||
# continue |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need to check for this?
What does this PR do?
The integration reads from a config modified by the agent in this PR and retrieves messages from Kafka. It then logs the messages, for the Datadog UI to pick them up.
Motivation
We are working on a new feature called "Live Messages" for Data Streams, for Kafka.
The feature will enable users to retrieve messages from Kafka on-demand, and send them as logs to Datadog.
Review checklist (to be filled by reviewers)
qa/skip-qa
label if the PR doesn't need to be tested during QA.backport/<branch-name>
label to the PR and it will automatically open a backport PR once this one is merged