From marc.savy at redhat.com Thu Apr 27 16:37:29 2017 From: marc.savy at redhat.com (Marc Savy) Date: Thu, 27 Apr 2017 21:37:29 +0100 Subject: [Apiman-user] Fwd: Apiman Vert.x has its own distro. In-Reply-To: References: Message-ID: Hi All, Some exciting news: the Vert.x version of the apiman gateway has its own distro now :-). This will soon be our premiere gateway offering, and should offer excellent performance and scalability characteristics (usual caveats apply). Any testing you can perform would be greatly appreciated. The example below is for Elasticsearch, but various configs should be possible. To find and build the Vert.x gateway distro: - mvn clean install - distro/vertx/target - unzip/untar -> e.g. apiman-distro-vertx-1.2. 10-SNAPSHOT-gateway.zip/tgz To run: - Fire up a servlet version of apiman UI & Manager - ensure Elasticsearch is available somewhere (might be bundled with the manager!). - Edit configs/conf-es.json to match your setup. - Launch the gateway with ./apiman-gateway.sh --conf=configs/conf-es.json To add the new gateway to apiman's manager & UI: - Go to admin section - Add new gateway (remember to add a memorable name) - The API URL is http://localhost:8081 (https needs certificates, so it's off by default, you should change the config for deployment). - Login details are as per normal with Keycloak -- apimanager | apiman123! - Deploy some APIs to your new gateway and test! Regards, Marc -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/apiman-user/attachments/20170427/12104d93/attachment-0001.html From marc.savy at redhat.com Thu Apr 27 18:23:24 2017 From: marc.savy at redhat.com (Marc Savy) Date: Thu, 27 Apr 2017 23:23:24 +0100 Subject: [Apiman-user] Apiman Vert.x has its own distro. In-Reply-To: References: Message-ID: As some folk have asked off-list I thought that I'd add: this code is indeed merged onto master now :-). On 27 April 2017 at 21:37, Marc Savy wrote: > Hi All, > > Some exciting news: the Vert.x version of the apiman gateway has its own > distro now :-). This will soon be our premiere gateway offering, and should > offer excellent performance and scalability characteristics (usual caveats > apply). > > Any testing you can perform would be greatly appreciated. > > The example below is for Elasticsearch, but various configs should be > possible. > > To find and build the Vert.x gateway distro: > > - mvn clean install > - distro/vertx/target > - unzip/untar -> e.g. apiman-distro-vertx-1.2.1 > 0-SNAPSHOT-gateway.zip/tgz > > To run: > > - Fire up a servlet version of apiman UI & Manager - ensure > Elasticsearch is available somewhere (might be bundled with the manager!). > - Edit configs/conf-es.json to match your setup. > - Launch the gateway with ./apiman-gateway.sh > --conf=configs/conf-es.json > > To add the new gateway to apiman's manager & UI: > > - Go to admin section > - Add new gateway (remember to add a memorable name) > - The API URL is http://localhost:8081 (https needs certificates, so > it's off by default, you should change the config for deployment). > - Login details are as per normal with Keycloak -- apimanager | > apiman123! > - Deploy some APIs to your new gateway and test! > > Regards, > Marc > > -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.jboss.org/pipermail/apiman-user/attachments/20170427/5d9da705/attachment.html