Skip to content

Remove dead opentracing reference from the confluent driver#685

Open
wbarnha wants to merge 1 commit into
masterfrom
claude/confluent-drop-opentracing
Open

Remove dead opentracing reference from the confluent driver#685
wbarnha wants to merge 1 commit into
masterfrom
claude/confluent-drop-opentracing

Conversation

@wbarnha

@wbarnha wbarnha commented Jul 17, 2026

Copy link
Copy Markdown
Member

Description

ConfluentConsumerThread carried a commented-out attribute copied from the aiokafka driver:

# _pending_rebalancing_spans: Deque[opentracing.Span]

The confluent driver never used it and doesn't import opentracing, so this stale comment was the file's only remaining opentracing reference. Removing it leaves faust/transport/drivers/confluent.py with zero opentracing references.

Note: there was no actual import opentracing to drop here — just this dead comment. Trivial, no runtime impact; flake8/black clean and the module still imports.


Generated by Claude Code

ConfluentConsumerThread carried a commented-out
'# _pending_rebalancing_spans: Deque[opentracing.Span]' attribute,
copied from the aiokafka driver where it held real spans. The confluent
driver never used it and does not import opentracing, so drop the stale
comment -- the file now has no opentracing references at all.
@codecov

codecov Bot commented Jul 17, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 94.06%. Comparing base (bb06adc) to head (6cb67f1).

Additional details and impacted files
@@            Coverage Diff             @@
##           master     #685      +/-   ##
==========================================
- Coverage   94.10%   94.06%   -0.04%     
==========================================
  Files         102      102              
  Lines       11107    11107              
  Branches     1198     1198              
==========================================
- Hits        10452    10448       -4     
- Misses        556      558       +2     
- Partials       99      101       +2     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

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