-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integrating nrtSearch gRPC server with .Net7 gRPC client with JsonTranscoding #552
Comments
From your link:
It appears that this transcoding needs to be supported in the server, which we don't do in nrtsearch. Also I think that transcoding package is native to .NET so it can't be supported in nrtsearch. You either need to use the provided gateway OR use transcoding in a proxy like envoy OR use grpc directly. |
If I choose to run grpc directly with .net which port address should I have to talk to primary port
|
I am not familiar with .net but it appears that you are sending an http request instead of grpc. You can try using the lucene-client which sends grpc requests (examples in README). |
The above error is the case due to TLS not being enabled |
I could like to understand how should communicate with nrtSearch (Java) gRPC server with .Net7 gRPC client found the connectivity error.
To have knowledge of what gRPC Json Transcoding here is similar to grpc-gateway but it deserializes JSON into Protobuf messages, then invokes the gRPC service directly without creating a reverse-proxy server.
error while connecting java grpc server to .net client
The text was updated successfully, but these errors were encountered: