Make Restconf thread pools configurable 17/2417/3
authorMaros Marsalek <mmarsale@cisco.com>
Wed, 17 Aug 2016 13:38:01 +0000 (15:38 +0200)
committerMaros Marsalek <mmarsale@cisco.com>
Fri, 19 Aug 2016 10:49:56 +0000 (12:49 +0200)
commit3341ac467cc08ac95f937945c7502ac4a019d805
tree1b13df9f8709d123c6fe50a9fa21d3686554e65f
parent672f0c90fdbf4b5dc60cbfaaaf262e16561fdb7a
Make Restconf thread pools configurable

Change-Id: Ie03a1fde5181cfd8457e36d67afc2cc0c69c1e1d
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
14 files changed:
common/minimal-distribution-parent/pom.xml
infra/minimal-distribution/pom.xml
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/Main.java
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/cfgattrs/HoneycombConfiguration.groovy
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/netconf/HoneycombNotification2NetconfProvider.groovy
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/netconf/NetconfSshServerProvider.groovy
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/netconf/NettyThreadGroupProvider.groovy
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/restconf/HttpConnectorProvider.groovy [new file with mode: 0644]
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/restconf/HttpsConnectorProvider.groovy [new file with mode: 0644]
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/restconf/JettyServerProvider.groovy [new file with mode: 0644]
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/restconf/RestconfModule.groovy
infra/minimal-distribution/src/main/java/io/fd/honeycomb/infra/distro/restconf/RestconfProvider.groovy
infra/minimal-distribution/src/main/resources/honeycomb-minimal-resources/config/honeycomb.json
vpp-integration/minimal-distribution/pom.xml