All Downloads are FREE. Search and download functionalities are using the official Maven repository.

x-adapter-service-http.1.1.0.source-code.io.knotx.HttpServiceAdapter.json Maven / Gradle / Ivy

{
  "main": "io.knotx.adapter.service.http.HttpServiceAdapterVerticle",
  "options": {
    "config": {
      "address": "knotx.adapter.service.http",
      "clientOptions": {
        "maxPoolSize": 1000,
        "keepAlive": false,
        "logActivity": true
      },
      "services": [
        {
          "path": "/service/mock/.*",
          "domain": "localhost",
          "port": 3000,
          "allowedRequestHeaders": [
            "Content-Type",
            "X-*"
          ]
        },
        {
          "path": "/service/.*",
          "domain": "localhost",
          "port": 8080,
          "allowedRequestHeaders": [
            "Content-Type",
            "X-*"
          ]
        }
      ]
    }
  }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy