yop0382

Results 3 comments of yop0382

trying with this patch https://github.com/streamnative/aop/commit/1df962d830f20df5393caeb7026083ec74db2502

with 2.8.0 https://github.com/apache/pulsar/blob/v2.8.0/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfigurationUtils.java https://github.com/streamnative/aop/commit/1df962d830f20df5393caeb7026083ec74db2502 can't work but with 2.8.1 https://github.com/apache/pulsar/blob/v2.8.1/pulsar-broker-common/src/main/java/org/apache/pulsar/broker/ServiceConfigurationUtils.java normaly it will work ...

Working with 2.8.1 & 2.8.0.16 ``` FROM apachepulsar/pulsar-all:2.8.1 RUN curl -vL https://github.com/streamnative/pulsar-io-amqp-1-0/releases/download/v2.8.1.21/pulsar-io-amqp1_0-2.8.1.21.nar -o /pulsar/connectors/pulsar-io-amqp1_0-2.8.1.21.nar RUN mkdir /pulsar/protocols && curl -vL https://github.com/streamnative/aop/releases/download/v2.8.0.16/pulsar-protocol-handler-amqp-2.8.0.16.nar -o /pulsar/protocols/pulsar-protocol-handler-amqp-2.8.0.16.nar RUN echo 'amqpListeners=amqp://127.0.0.1:5672' >> /pulsar/conf/broker.conf RUN echo...