sounds good! thank u!
VK On Tue, Dec 7, 2021 at 10:18 AM Christian Rivasseau <[email protected]> wrote: > Hello Viktor, > > Whether there are packages or not for GRPC protos depends on the language. > For C++ I've had to > generate them myself into our own source tree. > > Check out the GRPC source $somewhere and then something like that > > /usr/local/bin/protoc --proto_path=$somewhere/src/proto --grpc_out=. > --cpp_out=. > --plugin=protoc-gen-grpc=`which grpc_cpp_plugin` > grpc/health/v1/health.proto > > etc etc > > > On Tue, Dec 7, 2021 at 9:52 AM Viktor Khristenko < > [email protected]> wrote: > >> Hello >> >> Before emailing here, I tried to ask the same question on SO: >> >> https://stackoverflow.com/questions/70245863/unable-to-find-grpc-health-service-proto-files >> >> I'm mainly interested in how to use grpc/src/proto files? They do not >> come as part of the binary packages, afaik. Also building from source, I do >> not see how they get exported... except for in-source builds... >> >> I basically want to integrate channelz, health check interfaces into my >> systems. i'm using c++ mainly. >> >> any suggestions would be greatly appreciated! >> thanks a lot! >> >> VK >> >> -- >> You received this message because you are subscribed to the Google Groups >> "grpc.io" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/156a2f95-3f93-4d7d-ab98-953fd63ee9aan%40googlegroups.com >> <https://groups.google.com/d/msgid/grpc-io/156a2f95-3f93-4d7d-ab98-953fd63ee9aan%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> > > > -- > > > > <https://lefty.io/> > The influencer marketing platform for lifestyle brands > CHRISTIAN RIVASSEAU > CTO > +33 6 67 35 26 74 > lefty.io [image: LinkedIn] > <https://www.linkedin.com/in/christian-rivasseau-556a054/> > -- You received this message because you are subscribed to the Google Groups "grpc.io" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/CAFcWV5ofX3uh%3D_nh29UqAj%3DR1q_W7jNqAvxTHPdrezNtPvR_sQ%40mail.gmail.com.
