merlimat commented on issue #9414:
URL: https://github.com/apache/pulsar/issues/9414#issuecomment-771359315
```
+ } else if (cursor.config.isAutoSkipNonRecoverableData()
+ && exception.getCause() instanceof
BKException.BKBookieHandleNotAvailableException) {
```
The `BKBookieHandleNotAvailableException` is thrown when the client is not
able to connect to a bookie, so this fix would result in a lot of data dropped
:)
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]