You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by te...@apache.org on 2022/09/21 02:18:51 UTC

[pulsar] branch master updated (94649bf4658 -> bb983332718)

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

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


    from 94649bf4658 [improve][doc] add a tip for doc contribution (#17744)
     add bb983332718 [improve][test] Add integration test for broker interceptors (#17515)

No new revisions were added by this update.

Summary of changes:
 .../plugins/LoggingBrokerInterceptor.java          | 128 +++++++++++++++++++++
 .../META-INF/services/broker_interceptor.yml       |   6 +-
 ...tryFilters.java => TestBrokerInterceptors.java} |  53 ++++++---
 .../src/test/resources/pulsar-plugin.xml           |   1 +
 4 files changed, 166 insertions(+), 22 deletions(-)
 create mode 100644 tests/docker-images/java-test-plugins/src/main/java/org/apache/pulsar/tests/integration/plugins/LoggingBrokerInterceptor.java
 copy bouncy-castle/bcfips/src/main/resources/META-INF/services/bouncy-castle.yaml => tests/docker-images/java-test-plugins/src/main/resources/META-INF/services/broker_interceptor.yml (81%)
 copy tests/integration/src/test/java/org/apache/pulsar/tests/integration/plugins/{TestEntryFilters.java => TestBrokerInterceptors.java} (64%)