Skip to content

Restore LVMessageEfficient functionality after gRPC upgrade to v1.62.0 #433

@Sacheta-NI

Description

@Sacheta-NI

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions