Open yasu1209 opened 3 years ago
I've tried pulsar 2.7.3 and aop 2.7.2.9, the error during publishment is gone. But still no message returned.
I have same problem,I've tried both pulsar 2.7.0 and aop 2.7.0.3,pulsar 2.8.0 and aop 2.8.1.0. And no message returned,no error in logs.
I encountered the same problem. So yesterday I tried to solve this problem, and found the problem during testing: the internal development version of AOP is not compatible with the current apache pulsar 2.8.0 version, because the ServiceConfigurationUtils.getAppliedAdvertisedAddress method was modified, resulting in an error when loading the plug-in. At present, apache pulsar 2.8.0 is only compatible with AOP 2.8.0.3 or earlier versions, and version 2.8.0.4 or later versions needs to wait for the official release of apache pulsar 2.8.1.
I encountered the same problem. So yesterday I tried to solve this problem, and found the problem during testing: the internal development version of AOP is not compatible with the current apache pulsar 2.8.0 version, because the ServiceConfigurationUtils.getAppliedAdvertisedAddress method was modified, resulting in an error when loading the plug-in. At present, apache pulsar 2.8.0 is only compatible with AOP 2.8.0.3 or earlier versions, and version 2.8.0.4 or later versions needs to wait for the official release of apache pulsar 2.8.1.
Thank you for your information. I'll give it a try. Did you try pulsar 2.7? The combination of pulsar 2.7.3 and aop 2.7.2.9 seems not work too.
I am using apache pulsar 2.8.0 and aop 2.8.0.3 . The official test examples can pass normally. You can try apache pulsar 2.7.3 and aop 2.8.0.3 or 2.7.2 and 2.7.2.9?
I am using apache pulsar 2.8.0 and aop 2.8.0.3 . The official test examples can pass normally. You can try apache pulsar 2.7.3 and aop 2.8.0.3 or 2.7.2 and 2.7.2.9?
2.7.2(which builds a 2.7.2.2.nar) no messages returned.
2.7.2.9 no messages returned.
2.8.0.3 error when running sample code
Describe the bug I'm using pulsar 2.8.0 and aop 2.8.0-rc-202106071430. And I'm using the sample code in README.MD to publish and subscrbe message. But no messages returned.
To Reproduce Steps to reproduce the behavior:
Use the java code for testing.
And when publishing messages to pulsar, warning logs are printed.
And I can receive the messages when using pulsar consumer.
Screenshots In pulsar-manager the subscription type is none.
I may done something wrong. Please tell me.