apache / pulsar

Apache Pulsar - distributed pub-sub messaging system
https://pulsar.apache.org/
Apache License 2.0
13.94k stars 3.53k forks source link

[improve][txn] Add admin api getOwnedTransactions #22980

Open hrzzzz opened 1 week ago

hrzzzz commented 1 week ago

Motivation

Add an admin API to query the metadata of transactions created by a specific user.

Modifications

Add an admin API to query the metadata of transactions created by a specific user.

Verifying this change

This change added tests and can be verified as follows:

Does this pull request potentially affect one of the following parts:

If the box was checked, please highlight the changes

Documentation

Matching PR in forked repository

PR in forked repository: https://github.com/hrzzzz/pulsar/pull/9