-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
Milvus Server: 2.4.11
Milvus-java-sdk: 2.4.1
```
### Current Behavior
…
-
The current secure comms only supports SSL which is deprecated.
note that it could be that the thing called `SSL` in the current implementation is actually doing `TLS`, according to ChatGPT:
Yes…
-
https://grpc.io/blog/grpc-csharp-future/
We should move to [gprc-dotnet](https://github.com/grpc/grpc-dotnet)
-
### Is there an existing issue for this?
- [X] I have searched the existing issues
### Environment
```markdown
- Milvus version:2.4.15
- Deployment mode(standalone or cluster):cluster
- SD…
-
I have configured by AWS application load balancer to run a healthcheck on grpc but it is failing
```/grpc.health.v1/Health/Check failed with The request does not have valid authentication credent…
-
As far as I can tell, the `passthrough:///` scheme does not appear to be documented anywhere. It is needed in order to properly use the bufconn package.
It is mentioned in this comment: https://git…
-
I have a server whose certificate name does not match the dns name. So I have been using the following code inside the `.http` file to skip cert verification:
```js
{{@request
const grpc = requir…
mniak updated
2 weeks ago
-
```proto
// KeyValueService defines the gRPC service
service KeyValueService {
rpc Get(GetRequest) returns (KeyValue);
rpc GetAll(GetAllRequest) returns (GetAllResponse);
```
Have you thou…
-
### What version of gRPC and what language are you using?
1.65.5
### What operating system (Linux, Windows,...) and version?
Ubuntu 20.04.6 LTS
### What runtime / compiler are you using (e…
-
### Android application type
Android for .NET (net6.0-android, etc.)
### Affected platform version
nuget packages AndroidX and GooglePlayServices-Firebase-MLKit
### Description
Bindings…