-
Notifications
You must be signed in to change notification settings - Fork 3.9k
UNIMPLEMENTED Error when trying to run kafka with tensorflow #5964
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
Comments
It looks the server is not implementing
ClientCalls.java:222 is not like that in latest version. Can you double check the gRPC version in your runtime? |
@dapengzhang0 - I downloaded latest version again and retried. It is failing with same problem:
Can you please let me know how to proceed further ? |
We don't have Kafka/Tensorflow expertise. All we know is the server is not supporting the method you are calling. I don't even have enough expertise to recommend who you should contact instead. I see there was discussion at kaiwaehner/tensorflow-serving-java-grpc-kafka-streams#3 . All I can say is this should not be an OS-related problem. |
Please answer these questions before submitting your issue.
What version of gRPC are you using?
Latest version
What did you expect to see?
Seeing UNIMPLEMENTED Error when trying to run https://github.com/kaiwaehner/tensorflow-serving-java-grpc-kafka-streams java code .
Please suggest if there is problem in ClientCalls.java file.
The text was updated successfully, but these errors were encountered: