Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable discovery of cluster nodes through DNS SRV #1337

Closed
wants to merge 4 commits into from

Commits on Jan 14, 2018

  1. Enable discovery of cluster nodes through DNS SRV

    This patch enables CouchDB nodes to check SRV records in DNS for cluster
    peers and automatically add any discovered peers to the nodes DB. This
    behavior is disabled by default and can be enabled as follows:
    
    [mem3]
    use_dns_service_discovery = true
    service_record_name = _couchdb._tcp.example.net
    
    If the `service_record_name` is omitted we attempt to generate the
    appropriate record for the query by prepending _couchdb._tcp. to the DNS
    domain name portion of the host / VM / container FQDN.
    kocolosk committed Jan 14, 2018
    Configuration menu
    Copy the full SHA
    f3a2fb1 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2018

  1. Clearly a bit rusty

    kocolosk committed Jan 15, 2018
    Configuration menu
    Copy the full SHA
    ee62a92 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2018

  1. Configuration menu
    Copy the full SHA
    967d1b0 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2018

  1. Configuration menu
    Copy the full SHA
    54edac9 View commit details
    Browse the repository at this point in the history