You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Used to control the speed of data input into a Flow. 0 disables prefetch (1000 requests is the default)
60
61
:param protocol: Communication protocol between server and client.
61
62
:param proxy: If set, respect the http_proxy and https_proxy environment variables. otherwise, it will unset these proxy variables before start. gRPC seems to prefer no proxy
63
+
:param reuse_session: True if HTTPClient should reuse ClientSession. If true, user will be responsible to close it
62
64
:param suppress_root_logging: If set, then no root handlers will be suppressed from logging.
63
65
:param tls: If set, connect to gateway using tls encryption
64
66
:param traces_exporter_host: If tracing is enabled, this hostname will be used to configure the trace exporter agent.
Used to control the speed of data input into a Flow. 0 disables prefetch (1000 requests is the default)
114
116
:param protocol: Communication protocol between server and client.
115
117
:param proxy: If set, respect the http_proxy and https_proxy environment variables. otherwise, it will unset these proxy variables before start. gRPC seems to prefer no proxy
118
+
:param reuse_session: True if HTTPClient should reuse ClientSession. If true, user will be responsible to close it
116
119
:param suppress_root_logging: If set, then no root handlers will be suppressed from logging.
117
120
:param tls: If set, connect to gateway using tls encryption
118
121
:param traces_exporter_host: If tracing is enabled, this hostname will be used to configure the trace exporter agent.
0 commit comments