Uploaded image for project: 'APISIX'
  1. APISIX
  2. APISIX-5

support etcd cluster in Apache APISIX

    XMLWordPrintableJSON

Details

    Description

      The etcd cluster is highly available, so Apache APISIX should allow multiple etcd addresses to be configured to connect to the etcd cluster.

      etcd:
           host:
               - "http://127.0.0.1:2379" # multiple etcd address
               - "http://127.0.0.1:2380"
           prefix: "/apisix" # apisix configurations prefix
           timeout: 3 # 3 seconds

      BTW, the driver resty-etcd has supported this feature.

      https://github.com/iresty/lua-resty-etcd/blob/master/t/v2/cluster.t#L52

      Difficulty: Minor

      mentors: agile6v@apache.org, wenming@apache.org, yousa@apache.org
      Potential mentors:
      Project Devs, mail: dev (at) apisix.apache.org

      Attachments

        Activity

          People

            Unassigned Unassigned
            wenming Ming Wen
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: