-
Notifications
You must be signed in to change notification settings - Fork 137
Upgrade pulsar with LightProto support #337
Upgrade pulsar with LightProto support #337
Conversation
remove wip to trigger build |
There's a bug that dispatcher doesn't skip the |
I've installed a snapshot pulsar in local maven repository with apache/pulsar#9255. There're still a lot of failed tests that need to resolve. The reason may be related to |
Now all tests passed in my local environment with latest pulsar. This PR will be ready to review after bump pulsar to the daily build that includes apache/pulsar#9255. Currently the pulsar version is |
695316f
to
4d6215f
Compare
There're two tests failed in CI, it looks like that there're still some deserialize issues with
|
3d5f506
to
6ab7201
Compare
8912a98
to
3ef7fbc
Compare
Fixes #336
Besides applying the LightProto generated new package name and some new APIs, this PR also fixes the tests error caused by apache/pulsar#9240, which introduces a new method
PulsarService#createLocalMetadataStore
.And some tests are affected by the wrong parse of entry data after the pulsar update, this PR fixes the test failures.