hangc0276 opened a new pull request #165: URL: https://github.com/apache/pulsar-helm-chart/pull/165
### Motivation Currently we only set `bookkeeperUseV2WireProtocol=true` on Pulsar brokers to enforce brokers to use v2 protocol to avoid GC issues introduced by protobuf. However, we don’t set this setting on autorecovery, and the default value is `false`, Hence AutoRecovery will use v3 protocol. We'd better set `useV2WireProtocol=true` in autorecovery in the helm charts ### Modifications Set `useV2WireProtocol=true` in autorecovery. ### Verifying this change - [ ] Make sure that the change passes the CI checks. -- 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: dev-unsubscr...@pulsar.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org