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

[transactions] Implement KIP-664 listTransactions #1984

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gaoran10
Copy link
Contributor

@gaoran10 gaoran10 commented Jul 30, 2023

This PR needs #1981.

Motivation

Implement KIP-664 listTransactions.

Modifications

Support handle command LIST_TRANSACTIONS.

Documentation

Check the box below.

Need to update docs?

  • doc-required

    (If you need help on updating docs, create a doc issue)

  • no-need-doc

    (Please explain why)

  • doc

    (If this PR contains doc changes)

@gaoran10 gaoran10 marked this pull request as draft July 30, 2023 05:24
@github-actions github-actions bot added the no-need-doc This pr does not need any document label Jul 30, 2023
@codecov
Copy link

codecov bot commented Jul 30, 2023

Codecov Report

Merging #1984 (936f849) into master (26980a3) will decrease coverage by 0.09%.
Report is 1 commits behind head on master.
The diff coverage is 0.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master    #1984      +/-   ##
============================================
- Coverage     17.05%   16.97%   -0.09%     
  Complexity      728      728              
============================================
  Files           191      191              
  Lines         14235    14304      +69     
  Branches       1332     1345      +13     
============================================
  Hits           2428     2428              
- Misses        11631    11700      +69     
  Partials        176      176              
Files Changed Coverage Δ
...ative/pulsar/handlers/kop/KafkaCommandDecoder.java 0.30% <0.00%> (-0.01%) ⬇️
...ative/pulsar/handlers/kop/KafkaRequestHandler.java 0.99% <0.00%> (-0.01%) ⬇️
...e/pulsar/handlers/kop/KafkaTopicLookupService.java 1.92% <0.00%> (-0.04%) ⬇️
...ndlers/kop/coordinator/group/GroupCoordinator.java 0.00% <0.00%> (ø)
...oordinator/transaction/TransactionCoordinator.java 0.00% <0.00%> (ø)
.../kop/coordinator/transaction/TransactionState.java 0.00% <0.00%> (ø)
...ordinator/transaction/TransactionStateManager.java 0.00% <0.00%> (ø)
.../pulsar/handlers/kop/utils/KafkaResponseUtils.java 0.00% <0.00%> (ø)

@gaoran10 gaoran10 marked this pull request as ready for review August 9, 2023 15:36
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants