Hi Kang, Autonomy is a given with any piece of code :) Since gRPC code is built with quite a lot of flexibility, if you need to for your own instance, you can easily add to subprocess_posix.c <https://github.com/grpc/grpc/blob/master/src/core/lib/support/subprocess_posix.c> the dup2/fork/pipe combo to grab the stdout/stderr and watch it.
Hope it helps, Paul On Saturday, July 23, 2016 at 3:31:02 PM UTC-4, Craig Tiller wrote: > > It's not right now: the subprocess API is just what we've found we needed > to write unit tests for gRPC. > > On Sat, Jul 23, 2016, 12:10 PM kang joni <[email protected] <javascript:>> > wrote: > >> I want to watch subprocess worker data, something like either stdout or >> stderr, whether is supported use case now? >> >> -- >> 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] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/grpc-io/71cf9e4a-3220-496f-ac63-0e598d94df71%40googlegroups.com >> >> <https://groups.google.com/d/msgid/grpc-io/71cf9e4a-3220-496f-ac63-0e598d94df71%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > -- 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 post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/62f358e4-a525-41ab-84bc-e5979acb437c%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
