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

[ESI Runtime] Replace Cap'nProto with gRPC #7217

Merged
merged 4 commits into from
Jun 21, 2024
Merged

Commits on Jun 19, 2024

  1. [ESI Runtime] Rip out all Cap'n Proto RPC stuff

    After spending a truely obnoxious amount of time fighting capnp and
    libkj, we made the decision to switch to another RPC system. We're no
    longer modeling and serializing message types in Capnp and we don't need
    the performance which capnp/libkj RPC promises, so there's really no
    need for the additional complexity. A slower system which is thread safe
    should work fine.
    
    This commit breaks the build in a pretty horrible way and is not
    intended to be merged on its own. It simply breaks up the diff.
    teqdruid committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    7ca931e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. [ESI Runtime] Replace Cap'nProto with gRPC

    MUCH simpler
    teqdruid committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    39cbd72 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. self-review

    teqdruid committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    6adaaeb View commit details
    Browse the repository at this point in the history
  2. Morten's feedback

    teqdruid committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    e00212f View commit details
    Browse the repository at this point in the history