4a01d75cf8
To ease the transition for users, the original gRPC port can still operate in a deprecated mode as either plain-text or TLS mode. This behavior should be removed in a future release whenever we no longer support this. The resulting behavior from this commit is: `ports.grpc > 0 && ports.grpc_tls > 0` spawns both plain-text and tls ports. `ports.grpc > 0 && grpc.tls == undefined` spawns a single plain-text port. `ports.grpc > 0 && grpc.tls != undefined` spawns a single tls port (backwards compat mode). |
||
---|---|---|
.. | ||
testdata | ||
agent_limits.go | ||
builder.go | ||
builder_oss.go | ||
builder_oss_test.go | ||
builder_test.go | ||
config.go | ||
config_oss.go | ||
default.go | ||
default_oss.go | ||
deprecated.go | ||
deprecated_test.go | ||
doc.go | ||
file_watcher.go | ||
file_watcher_test.go | ||
flags.go | ||
flags_test.go | ||
flagset.go | ||
golden_test.go | ||
limits.go | ||
limits_windows.go | ||
merge.go | ||
merge_test.go | ||
ratelimited_file_watcher.go | ||
ratelimited_file_watcher_test.go | ||
runtime.go | ||
runtime_oss.go | ||
runtime_oss_test.go | ||
runtime_test.go | ||
segment_oss.go | ||
segment_oss_test.go |