Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrating Protobuf with OpenSearch Transport #7131

Closed
wants to merge 11 commits into from

Commits on Apr 22, 2023

  1. Adding BaseWriteable and ProtobufWriteable

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    18275f3 View commit details
    Browse the repository at this point in the history
  2. Adding proto messages for TaskId and TaskResourceStats

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    2db880e View commit details
    Browse the repository at this point in the history
  3. Adding Task related classes with protobuf integration

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    bc711d5 View commit details
    Browse the repository at this point in the history
  4. Adding ProtobufStreamInput and ProtobufStreamOutput for additional st…

    …ream related functionality
    
    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    46821ee View commit details
    Browse the repository at this point in the history
  5. Adding TransportMessage and TransportRequest classes with protobuf in…

    …tegration
    
    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    f60609c View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2023

  1. Fixing build and precommit

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Apr 25, 2023
    Configuration menu
    Copy the full SHA
    d2c709d View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    83b5f49 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Fixing build and integrating protobuf for classes related to RestNode…

    …sAction
    
    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed May 25, 2023
    Configuration menu
    Copy the full SHA
    3af58a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2023

  1. Fixing node crashes

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    893741d View commit details
    Browse the repository at this point in the history
  2. Fixes

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    21c1ab5 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Fixing nodes api response for protobuf

    Signed-off-by: Vacha Shah <[email protected]>
    VachaShah committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    3566241 View commit details
    Browse the repository at this point in the history