Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
2.1.8
-
None
-
1
Description
When running in MDS and when the SDK is used inside a server process, we need to handle the initial configuration better.
Off-the-brim proposal:
Now that we allow upgrading of an HTTP poller to a CCCP poller, we can maybe simply allow http:// connection strings which the server processes can use to connect, since essentially this is what they actually receive from ns_server when they are started (an http:// address back to ns_server).
What is actually the issue here? Looking at the attached TXNG this looks to be gocbcore side? We already allow HTTP connections strings in gocbcore, as far as I'm aware FTS use HTTP to connect.