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 922fcd4  Fix cherry-pick issue
     new fb117f5  [fix] OffloadPoliciesImplBuilder missing method and not 
implements OffloadPolicies.Builder (#11453)
     new 228cbfe  Add offload ledger info for admin topics stats (#11465)
     new d34a91a  Improve error logs in BacklogQuotaManager (#11469)
     new 26713af  [ISSUE 11511] Fix brew error in site docs to compile C++ 
client. (#11512)
     new 7b58726  [Python Schema] Fix python schema array map with record 
(#11530)
     new 454da89  Make getTopicPoliciesAsyncWithRetry as a default method 
(#11518)
     new cf526bf  Fix data lost when using earliest position to subscribe to a 
topic (#11547)
     new 9917785  [websocket] Query parameter "negativeAckRedeliveryDelay" 
should be effective even if DLQ is disabled (#11495)
     new 69163a1   [Issue 11473] [Python] Fix fields that are ignoring the 
required key argument (#11508)

The 9 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:
 .../apache/bookkeeper/mledger/ManagedLedger.java   | 21 +++++
 .../bookkeeper/mledger/impl/ManagedLedgerImpl.java | 29 ++++++-
 .../apache/pulsar/broker/admin/AdminResource.java  | 45 +---------
 .../pulsar/broker/service/BacklogQuotaManager.java | 10 +--
 .../SystemTopicBasedTopicPoliciesService.java      |  7 +-
 .../broker/service/TopicPoliciesService.java       | 36 ++++++++
 .../broker/service/persistent/PersistentTopic.java |  3 +
 .../SystemTopicBasedTopicPoliciesServiceTest.java  | 40 +++++++--
 .../pulsar/client/api/ConsumerRedeliveryTest.java  | 54 ++++++++++++
 .../websocket/proxy/ProxyPublishConsumeTest.java   | 77 ++++++++++++++---
 .../websocket/proxy/SimpleProducerSocket.java      | 10 ++-
 .../python/pulsar/schema/definition.py             | 30 ++++++-
 .../python/pulsar/schema/schema_avro.py            |  7 ++
 pulsar-client-cpp/python/schema_test.py            | 96 ++++++++++++++++++++--
 .../common/policies/data/OffloadPoliciesImpl.java  |  8 +-
 .../common/policies/data/stats/TopicStatsImpl.java | 12 +++
 .../policies/data/PersistentTopicStatsTest.java    |  3 +
 .../apache/pulsar/websocket/ConsumerHandler.java   |  8 +-
 site2/docs/client-libraries-cpp.md                 |  6 +-
 site2/docs/client-libraries-websocket.md           |  2 +-
 .../offload/jcloud/impl/MockManagedLedger.java     | 15 ++++
 21 files changed, 427 insertions(+), 92 deletions(-)

Reply via email to