Uploaded image for project: 'apiman (API Management)'
  1. apiman (API Management)
  2. APIMAN-659

Vert.x 3 GW: Fix JSON format

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 1.2.0.Final, 1.2.x
    • None
    • None
    • None

        "registry": {
          "class": "io.apiman.gateway.engine.es.ESRegistry",
          "config": {
            "client.type": "jest",
            "client.cluster-name": "elasticsearch_msavy",
            "client.host": "localhost",
            "client.port": "9201"
          }
        },
      

      should be

      "registry": {
        "class": "io.apiman.gateway.engine.es.ESRegistry",
        "config": {
          "client" : { 
              "type": "jest",
              "cluster-name": "elasticsearch_msavy",
              "host": "localhost",
              "port": "9201"
          }
        }
      }
      

              msavy_jira Marc Savy (Inactive)
              msavy_jira Marc Savy (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: