BewareMyPower commented on issue #20830:
URL: https://github.com/apache/pulsar/issues/20830#issuecomment-1640276034
It's a strange error, I figured out a fix by importing the BK stream
storage, could you try it?
```xml
<dependency>
<groupId>org.apache.bookkeeper</groupId>
<artifactId>stream-storage-java-client</artifactId>
<version>4.15.4</version>
</dependency>
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]