Ghatage commented on pull request #2368: URL: https://github.com/apache/bookkeeper/pull/2368#issuecomment-662209666
> @Ghatage @eolivelli Any updates on this issue? What is the current blocker? Supporting v2 connections is the current blocker. [Here, we check for the type of the message](https://github.com/apache/bookkeeper/pull/2368/files#diff-684dc84d2a6bfbef7b2e3e1a5ef6766aR99), but that is `false` when `msg` is v2 and hence that check fails and allows the v2 unsecured connections through. Not sure how to check for v2 in `ServerSideHandler`. In `ClientSideHandler` we pass `isUsingV2Protocol`, which would be useful in `ServerSideHandler` but isn't present. Any suggestions? ---------------------------------------------------------------- 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]
