Pinned fields
Click on the next to a field label to start pinning.
Details
Assignee
Jeffry MorrisJeffry MorrisReporter
Jeffry MorrisJeffry MorrisStory Points
1Components
Fix versions
Affects versions
Priority
MajorInstabug
Open Instabug
Details
Details
Assignee
Jeffry Morris
Jeffry MorrisReporter
Jeffry Morris
Jeffry MorrisStory Points
1
Components
Fix versions
Affects versions
Priority
Instabug
Open Instabug
PagerDuty
PagerDuty
PagerDuty
Sentry
Sentry
Sentry
Zendesk Support
Zendesk Support
Zendesk Support
Created August 14, 2020 at 4:59 AM
Updated September 27, 2024 at 5:59 PM
Java has the concept of a "seed node" that allows custom ports to be added per node.
https://github.com/couchbase/couchbase-jvm-clients/blob/master/core-io/src/main/java/com/couchbase/client/core/env/SeedNode.java#L71
https://github.com/couchbase/couchbase-jvm-clients/commit/3e5986ee506f35f2fb6e85f9d286f17138b0b888#diff-dd5ac6ec174d442149876c54efff9058
Using the connection string, this is exposed like this: [couchbase://foo:1234]=manager,foo:5678=kv
While not asked for yet, this is something that will likely come up in containerized environments.