This is an automated email from the ASF dual-hosted git repository.
penghui pushed a change to branch branch-2.8
in repository https://gitbox.apache.org/repos/asf/pulsar.git.
from 9767a82 make KafkaSourceRecord ack() async to avoid deadlock (#11435)
new 609a586 [Issue 11339] Pulsar Admin List Subscription lists only
subscriptions created for Partition-0 when partition specific subscriptions are
created (#11355)
new cb7e29f [pulsar function] set exposePulsarAdmin to true if enabled
(#11417)
new 5397edc add instance and fqn into log message properties (#11399)
new 38d3389 Add getTxnID method in Transaction.java (#11438)
new 06c6adf [issue #13351] Solving precise rate limiting does not takes
effect (#11446)
new fa1b14a [stats] Do not expose meaningless stats for publisher (#11454)
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../broker/admin/impl/PersistentTopicsBase.java | 87 ++++++++----
.../broker/service/PrecisPublishLimiter.java | 4 +-
.../broker/service/PublishRateLimiterDisable.java | 2 +-
.../pulsar/broker/admin/PersistentTopicsTest.java | 22 ++-
.../broker/service/PublishRateLimiterTest.java | 65 ++++++++-
.../pulsar/broker/stats/ConsumerStatsTest.java | 13 +-
.../pulsar/broker/transaction/TransactionTest.java | 34 ++++-
.../broker/transaction/TransactionTestBase.java | 28 +++-
.../pulsar/client/api/transaction/Transaction.java | 5 +
.../client/impl/transaction/TransactionImpl.java | 5 +
.../policies/data/stats/PublisherStatsImpl.java | 11 ++
.../common/policies/data/stats/TopicStatsImpl.java | 2 +
.../org/apache/pulsar/common/util/RateLimiter.java | 29 +++-
.../common/policies/data/PublisherStatsTest.java | 32 ++++-
.../functions/instance/JavaInstanceRunnable.java | 3 +-
.../pulsar/functions/instance/LogAppender.java | 6 +-
.../pulsar/functions/runtime/RuntimeUtils.java | 1 +
.../runtime/kubernetes/KubernetesRuntimeTest.java | 10 +-
.../runtime/process/ProcessRuntimeTest.java | 8 +-
site2/docs/getting-started-docker.md | 154 +++++++++++++--------
20 files changed, 392 insertions(+), 129 deletions(-)