Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 545 Bytes

File metadata and controls

16 lines (12 loc) · 545 Bytes

HIE Conduktor Java Client

The app is written to demonstrate how to reliably set up a gRPC Connection in java. Since Streams in HTTP/2 enable multiple concurrent conversations on a single connection; channels extend this concept by enabling multiple streams over multiple concurrent connections.

We will configure our gRPC connection to support HTTP/2’s long-lived connections so that we'll keep our connections alive, healthy, and utilized.

Technologies

Project is created with:

  • Java 11
  • SpringBoot 2.7.3

Author

  • Terence K.