wso2 / msf4j

WSO2 Microservices Framework for Java (MSF4J)
http://wso2.com/products/microservices-framework-for-java/
Apache License 2.0
400 stars 349 forks source link

Add support for wso2.carbon >> ports >> offset #569

Closed niveathika closed 5 years ago

niveathika commented 5 years ago

Purpose

When TransportsConfiguration is not given in the API, this supports setting ports offset through wso2.carbon namespace

  # Carbon Configuration Parameters
wso2.carbon:
    # value to uniquely identify a server
  id: siddhi-runner
    # server name
  name: Siddhi Runner Distribution
    # ports used by this server
  ports:
      # port offset
    offset: 1

Goals

Support port offset in carbon configuration

Approach

As in 45f45d0

Release note

Support port offset under carbon configuration if present

Documentation

N/A

Security checks