Conversation
|
@JitpanuM Please let me know, once this is ready for review. So far the pre-commit CI check is still failing. |
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Add download and compile of reflection.proto for gRPC server reflection to deps.sh Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
…u and Debian Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
…y descriptor files fix pointer cast Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Alexandra <[email protected]>
Signed-off-by: Alexandra <[email protected]>
ce61d77 to
6e7a07e
Compare
Signed-off-by: Alexandra <[email protected]>
|
Ready for review now :) |
Signed-off-by: al3xa23 <[email protected]>
Signed-off-by: Jitpanu Maneeratpongsuk <[email protected]>
Signed-off-by: Alexandra <[email protected]>
|
Hi @stv0g , the CI is building now. Can you make the review? What is missing from your side? |
|
@al3xa23 @JitpanuM Thanks for these contributions. I think its a really great addition :-) I will do a review in the coming days. I am wondering: Instead of adding a new node-type, cant we rebrand this node-type as v2 of the I would like to deprecate the older v1 Also, I believe Or has there been some reasoning why |
Add new gateway node-type for transforming an api type comming to VILLASnode http server.
Currently it only support transformation of http and gRPC.
The protobuf payload that is not VILLASnode is also support using gRPC server reflection.
The gRPC server reflection feature is not available when install gRPC with package manager.
The additonal script is made to get the reflection.proto file from gRPC repo.