Raluca Lazar
06/01/2022, 2:05 PMpeerSegmentDownloadScheme
on a realtime table. If I do this manually by either adding this line or removing it on the table config, it works, but doing it via an environment variable does not (passing an empty env var vs passing this string to be replaced: , "peerSegmentDownloadScheme": "http"
) . My question is, is there any other way to disable the peer segment download scheme other than removing the setting entirely? I tried this "peerSegmentDownloadScheme": ""
and it failed with this message:
{
"code": 400,
"error": "Invalid value '' for peerSegmentDownloadScheme. Must be one of http or https"
}
Mark Needham
http
or https
otherwise it's gonna throw that errroMark Needham
Mayank
Raluca Lazar
06/01/2022, 3:00 PMRaluca Lazar
06/01/2022, 3:00 PMMayank
Raluca Lazar
06/01/2022, 3:05 PM"__peerSegmentDownloadScheme__": "http"
and this is for GKE:
"peerSegmentDownloadScheme": "http"
The local is simply ignoring the setting and it all works