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 b61832d [Broker] Fix the backlog issue with --precise-backlog=true
(#10966)
new 3f000b8 Load credentials from secrets for Kinesis connectors (#10822)
new b20da1c When topic does not exist, optimize the prompt message
(#10845)
new 489d24d [Fixed] throwable exception not thrown. (#10863)
new c2d3707 Fix documentation for transactions to disable send timeout by
default (#10901)
new ec86a9d When the Replicator is enabled, no managedLedger is created
when updating the number of partitions (#10910)
new f13d6ad Fix compaction not working for system topic (#10941)
new 0734191 [Transactions] Prevent NPE in case of closeAsync() without a
successful execution of startAsync() (#10948)
The 7 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:
.../pulsar/broker/admin/impl/NamespacesBase.java | 4 +-
.../broker/admin/impl/PersistentTopicsBase.java | 3 +-
.../apache/pulsar/broker/service/ServerCnx.java | 3 +-
.../broker/service/persistent/PersistentTopic.java | 3 +-
.../pulsar/broker/admin/TopicPoliciesTest.java | 31 ++++++++-
.../pulsar/broker/service/ReplicatorTest.java | 37 +++++++++++
.../client/api/SimpleProducerConsumerTest.java | 21 +++++++
.../TransactionCoordinatorClientImpl.java | 12 ++--
pulsar-io/kinesis/pom.xml | 5 ++
.../pulsar/io/kinesis/BaseKinesisConfig.java | 1 +
.../org/apache/pulsar/io/kinesis/KinesisSink.java | 11 ++--
.../pulsar/io/kinesis/KinesisSinkConfig.java | 21 +++----
.../apache/pulsar/io/kinesis/KinesisSource.java | 19 +++---
.../pulsar/io/kinesis/KinesisSourceConfig.java | 5 --
.../pulsar/io/kinesis/KinesisSinkConfigTests.java | 36 +++++++++--
.../io/kinesis/KinesisSourceConfigTests.java | 73 +++++++++++++++++-----
site2/docs/transaction-api.md | 1 +
.../version-2.7.0/transaction-api.md | 1 +
.../version-2.7.1/transaction-api.md | 1 +
.../version-2.7.2/transaction-api.md | 1 +
.../version-2.7.3/transaction-api.md | 1 +
21 files changed, 226 insertions(+), 64 deletions(-)