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

Vert.x 3 GW: Fix JSON format

    XMLWordPrintable

Details

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

    Description

        "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"
          }
        }
      }
      

      Attachments

        Activity

          People

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

            Dates

              Created:
              Updated:
              Resolved: