Unresolved
Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Ian BridgeIan BridgeReporter
Ben BrooksBen BrooksLabels
Story Points
1Components
Fix versions
Due date
Feb 16, 2021Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Ian Bridge
Ian BridgeReporter
Ben Brooks
Ben BrooksLabels
Story Points
1
Components
Fix versions
Due date
Feb 16, 2021
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created January 27, 2021 at 12:46 PM
Updated February 17, 2021 at 5:48 PM
Hi Docs,
In SG 2.8.1, we improved the handling for a network override specified via the connection string to allow customers to override the automatic "external alternate address" heuristic ()
This option is already implemented in SDKs for KV and Query operations from Sync Gateway, but was not used for DCP connections, which meant in some network configurations, customers may be running their DCP connections over an unexpected network interface (see linked CBSE for more detail).
The network option can be configured in the server connection string as a query parameter, like so:
The default value for this, if not specified is "
auto
", which uses the same automatic heuristic prior to 2.8.1 - which is based on the host specified in the server option.The option can be set to "
external
" to explicitly force the DCP connections to use the configured external alternate address,Or "
default
", to force the use of the default internal networking.