You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a Block Node developer
I want to replace Helidon's OOTB gRPC layer with our custom PBJ implementation
So that, I have greater control of the gRPC layer
### Tasks
- [x] Replace `server` subproject `grpc.io` gradle dependencies with PBJ's Helidon plugin
- [x] Remove protoc/PBJ Translator code
- [x] Re-implement `grpc.io` integration to align with the Helidon plugin types, etc
- [x] Test our 3 gRPC method types: Unary, Server Streaming, Bidirectional
- [x] Repair Block Node unit tests
- [x] Fix simulator to work with protoc types and remove PBJ types
The text was updated successfully, but these errors were encountered:
a-saksena
changed the title
Integrate with Helidon
Use custom gRPC implementation with Helidon
Sep 16, 2024
Created PBJ bug ticket to document an issue with Server Streaming integration where the PBJ framework immediately disconnects a client after they connect to receive a stream of block items.
As a Block Node developer
I want to replace Helidon's OOTB gRPC layer with our custom PBJ implementation
So that, I have greater control of the gRPC layer
The text was updated successfully, but these errors were encountered: