-
> 온보딩 강의 세션: https://wiki.navercorp.com/pages/viewpage.action?pageId=2563437089
# IQ-Engine
## 학습 내용
- [staging-iqe-hub](https://staging-iqe-hub.navercorp.com/view/app/intro)에서 연습 가능
- [doc](htt…
-
Good afternoon,
I have this git repo - https://github.com/abakumov-v/test-grpc-reflection - with the `master-reflection` branch, where I have enabled grpc reflection with these nuget packages:
* `…
-
Есть ли возможность переписать vot-cli на python или bash?
Есть утилита grpcurl, но как отправить запрос не смог разобраться.
-
from grpc/grpc-node#556 wonder is the protoset binary format already supported? or can be added?
I have searched the keyword of grpc + nodejs + protoset on google and within this repo, nothing fou…
-
**Describe the bug**
The specification allows to add multiple baggage headers to a request. The otel-agent regards only the last one.
**Steps to reproduce**
Doing a gRPC request with multiple key…
-
I spent some time today trying to understand why my code fails with the recent modernization.
My change is related to switching out `frame` for `anypb.Any` in _handler.go_ at https://github.com/mwi…
-
### ⚠️ Please verify that this feature request has NOT been suggested before.
- [X] I checked and didn't find similar feature request
### 🏷️ Feature Request Type
New Monitor
### 🔖 Feature …
-
I am working with the graphql-mesh gRPC input handler and specifically with the gRPC reflection API as to get the protos dynamically from the gRPC service. My question is that we have several gRPC ser…
-
Not able to get response from the playground while testing it using a live server. The wait for response is followed by failed to fetch message.
This was the proto file
```
syntax = "proto3";
…
-
i follow this commands from [real-python](https://realpython.com/python-microservices-grpc)
`
openssl req -x509 -nodes -newkey rsa:4096 -keyout ca.key -out ca.pem -subj /O=me
…