sijie opened a new issue #2071: A bookkeeper should fallback to use v3 protocol for some types of requests if they are not implemented in v2 URL: https://github.com/apache/bookkeeper/issues/2071 **FEATURE REQUEST** 1. Please describe the feature you are requesting. Currently not all the features are available in v2 protocol. Such as readLac, writeLac, getBookieInfo. The gap is increasing as well. Moving forward, it is really hard to maintain what features are not available when `useV2WireProtocol` is used. When a bookkeeper client is configured with `useV2WireProtocol = true`, it should fallback to use v3 protocol for the types of request that v2 doesn't support. This would allow use have a fully functional client even when using `useV2WireProtocol = true`. 2. Indicate the importance of this issue to you (blocker, must-have, should-have, nice-to-have). This is a blocker for apache/pulsar#3828 3. Provide any additional detail on your proposed use case for this feature. For addressing the problem in apache/pulsar#3828
---------------------------------------------------------------- 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] With regards, Apache Git Services
