Watanabe Takashi
Watanabe Takashi
mysql:8.0.28 (NG) ``` # docker run -ti -e MYSQL_RANDOM_ROOT_PASSWORD=1 mysql:8.0.28 --autocommit=0 2022-01-26 07:09:45+00:00 [Note] [Entrypoint]: Entrypoint script for MySQL Server 8.0.28-1debian10 started. 2022-01-26 07:09:45+00:00 [Note] [Entrypoint]: Switching to dedicated user...
grpc channel is usually used with `with` statement like here -> https://github.com/grpc/grpc/blob/master/examples/python/helloworld/greeter_client_with_options.py#L31 but... ```python import opentracing from grpc_opentracing import open_tracing_client_interceptor from grpc_opentracing.grpcext import intercept_channel from grpc import insecure_channel ic =...