Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 451 Bytes

File metadata and controls

9 lines (6 loc) · 451 Bytes

PBJ gRPC Common

Shared code used by both the PBJ gRPC client and server that is not suitable for the lightweight pbj-runtime module due to extra dependencies. Examples include:

  • Common classes that depend on Helidon libraries
  • Compression implementations (gzip, zstd) with external dependencies

It produces pbj-grpc-common-VERSION.jar.

For the overall gRPC architecture, see architecture.md.