As part of the upgrade to gRPC v1.62.0 (from v1.44), the LVMessageEfficient feature was temporarily disabled due to a breaking change in the updated Protobuf library. Specifically, RepeatedField no longer supports the char type, which was used in the LVMessageEfficient class. The system currently falls back to using the LVMessage class as a workaround.
This issue tracks the work required to:
Refactor LVMessageEfficient to align with the updated Protobuf library.
Re-enable the LVMessageEfficient feature through the feature toggle mechanism.
AB#3111300