Skip to content

Conversation

@datadog-agent-integrations-bot
Copy link
Contributor

Backport 19bc7d4 from #22265.


What does this PR do?

Kafka actions were migrated to kafka-actions (from kafka_consumer).
However, I merged this fix to kafka_consumer, that I didn't migrate to kafka-actions.

On top of that, there is an edge case (when there is a single message in a protobuf) that I fixed + added a unit test in both kafka_consumer & kafka_actions.

I will remove that logic from kafka_consumer in the near future and only rely on kafka-actions.

Motivation

Moving to kafka-actions for all actions performed on kafka.

Review checklist (to be filled by reviewers)

  • Feature or bugfix MUST have appropriate tests (unit, integration, e2e)
  • Add the qa/skip-qa label if the PR doesn't need to be tested during QA.
  • If you need to backport this PR to another branch, you can add the backport/<branch-name> label to the PR and it will automatically open a backport PR once this one is merged

* Fix Protobuf with schema registry usage for kafka-actions

* lint

* changelog

(cherry picked from commit 19bc7d4)
@codecov
Copy link

codecov bot commented Jan 6, 2026

Codecov Report

❌ Patch coverage is 82.85714% with 12 lines in your changes missing coverage. Please review.
⚠️ Please upload report for BASE (7.75.x@72909fe). Learn more about missing BASE report.

Additional details and impacted files
🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@datadog-datadog-prod-us1
Copy link
Contributor

datadog-datadog-prod-us1 bot commented Jan 6, 2026

⚠️ Tests

Fix all issues with Cursor

⚠️ Warnings

❄️ 1 New flaky test detected

test_check_kafka from test_integration.py (Datadog) (Fix with Cursor)
KafkaError{code=_TRANSPORT,val=-195,str="Failed to get metadata: Local: Broker transport failure"}

ℹ️ Info

🧪 All tests passed

This comment will be updated automatically if new data arrives.
🔗 Commit SHA: 6c375ab | Docs | Datadog PR Page | Was this helpful? Give us feedback!

@Kyle-Neale Kyle-Neale merged commit 51b6356 into 7.75.x Jan 6, 2026
77 of 79 checks passed
@Kyle-Neale Kyle-Neale deleted the backport-22265-to-7.75.x branch January 6, 2026 20:30
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.

3 participants