You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by zh...@apache.org on 2019/12/17 11:57:11 UTC

[pulsar] branch master updated (67fdfe2 -> 098ae44)

This is an automated email from the ASF dual-hosted git repository.

zhaijia pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git.


    from 67fdfe2  Fixes some minor thread safety violations (#5793)
     add 098ae44  Support batch authorization of partitioned topic (#5767)

No new revisions were added by this update.

Summary of changes:
 .../authorization/PulsarAuthorizationProvider.java | 20 +++---
 .../broker/admin/impl/PersistentTopicsBase.java    | 56 +++++++++++-----
 .../org/apache/pulsar/broker/admin/AdminTest.java  |  7 ++
 .../pulsar/broker/admin/PersistentTopicsTest.java  | 76 ++++++++++++++++++++++
 4 files changed, 132 insertions(+), 27 deletions(-)