Integration of gRPC and MySQL User Define Function
66 views
Skip to first unread message
Leila Fathi
unread,
Nov 2, 2022, 12:11:21 PM11/2/22
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to grpc.io
I aim to call a service from my MYSQL UDF. As you know I have to implement .proto, server.cc and client.cc in gRPC side and on the other hand I have to implement my UDF in c++. The app will work as when I call the MYSQL UDF (by select my_udf()) this UDF calls a service and server runs it and returns the result. My question is that how can I do this?