Skip to content
This repository was archived by the owner on Jan 24, 2024. It is now read-only.

[transactions] Implement KIP-664 DescribeProducers (#78)

d60d786
Select commit
Loading
Failed to load commit list.
Draft

[transactions] Implement KIP-664 DescribeProducers #1986

[transactions] Implement KIP-664 DescribeProducers (#78)
d60d786
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 6, 2026 in 1s

17.22% (-0.50%) compared to e931b6d

View this Pull Request on Codecov

17.22% (-0.50%) compared to e931b6d

Details

Codecov Report

❌ Patch coverage is 0.20325% with 491 lines in your changes missing coverage. Please review.
✅ Project coverage is 17.22%. Comparing base (e931b6d) to head (d60d786).
⚠️ Report is 27 commits behind head on master.

Files with missing lines Patch % Lines
...ative/pulsar/handlers/kop/KafkaRequestHandler.java 0.00% 256 Missing ⚠️
.../pulsar/handlers/kop/utils/KafkaResponseUtils.java 0.00% 67 Missing ⚠️
...oordinator/transaction/TransactionCoordinator.java 0.00% 52 Missing ⚠️
...tive/pulsar/handlers/kop/storage/PartitionLog.java 2.12% 46 Missing ⚠️
...ordinator/transaction/TransactionStateManager.java 0.00% 38 Missing ⚠️
...ative/pulsar/handlers/kop/KafkaCommandDecoder.java 0.00% 12 Missing ⚠️
.../kop/coordinator/transaction/TransactionState.java 0.00% 9 Missing ⚠️
...sar/handlers/kop/storage/ProducerStateManager.java 0.00% 4 Missing ⚠️
...ndlers/kop/coordinator/group/GroupCoordinator.java 0.00% 3 Missing ⚠️
...ve/pulsar/handlers/kop/storage/ReplicaManager.java 0.00% 3 Missing ⚠️
... and 1 more
Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1986      +/-   ##
============================================
- Coverage     17.72%   17.22%   -0.50%     
  Complexity      751      751              
============================================
  Files           195      195              
  Lines         14156    14568     +412     
  Branches       1322     1352      +30     
============================================
+ Hits           2509     2510       +1     
- Misses        11464    11875     +411     
  Partials        183      183              
Files with missing lines Coverage Δ
...streamnative/pulsar/handlers/kop/DelayedFetch.java 0.00% <ø> (ø)
...ulsar/handlers/kop/utils/MessageMetadataUtils.java 8.69% <0.00%> (-0.13%) ⬇️
...ndlers/kop/coordinator/group/GroupCoordinator.java 0.00% <0.00%> (ø)
...ve/pulsar/handlers/kop/storage/ReplicaManager.java 0.00% <0.00%> (ø)
...sar/handlers/kop/storage/ProducerStateManager.java 0.00% <0.00%> (ø)
.../kop/coordinator/transaction/TransactionState.java 0.00% <0.00%> (ø)
...ative/pulsar/handlers/kop/KafkaCommandDecoder.java 0.31% <0.00%> (-0.02%) ⬇️
...ordinator/transaction/TransactionStateManager.java 0.00% <0.00%> (ø)
...tive/pulsar/handlers/kop/storage/PartitionLog.java 7.62% <2.12%> (-0.28%) ⬇️
...oordinator/transaction/TransactionCoordinator.java 0.00% <0.00%> (ø)
... and 2 more

... and 8 files with indirect coverage changes

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