Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 07CF1200CD8 for ; Tue, 18 Jul 2017 15:16:49 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 065CB166D96; Tue, 18 Jul 2017 13:16:49 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 5270E166D98 for ; Tue, 18 Jul 2017 15:16:48 +0200 (CEST) Received: (qmail 36851 invoked by uid 500); 18 Jul 2017 13:16:47 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 36826 invoked by uid 99); 18 Jul 2017 13:16:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 18 Jul 2017 13:16:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 572BAE9671; Tue, 18 Jul 2017 13:16:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: acosentino@apache.org To: commits@camel.apache.org Date: Tue, 18 Jul 2017 13:16:48 -0000 Message-Id: <0c8297c850804a7cbd5af7a369ebf379@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [2/3] camel git commit: CAMEL-11549 Fix typos archived-at: Tue, 18 Jul 2017 13:16:49 -0000 CAMEL-11549 Fix typos Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/d9b5ac09 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/d9b5ac09 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/d9b5ac09 Branch: refs/heads/master Commit: d9b5ac093de739bad94b08b07a61508c189ae18e Parents: 6d52044 Author: Kevin Earls Authored: Tue Jul 18 15:08:30 2017 +0200 Committer: Andrea Cosentino Committed: Tue Jul 18 15:16:32 2017 +0200 ---------------------------------------------------------------------- examples/camel-example-zipkin/README.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/d9b5ac09/examples/camel-example-zipkin/README.md ---------------------------------------------------------------------- diff --git a/examples/camel-example-zipkin/README.md b/examples/camel-example-zipkin/README.md index 6544213..5b71192 100644 --- a/examples/camel-example-zipkin/README.md +++ b/examples/camel-example-zipkin/README.md @@ -16,21 +16,19 @@ Where client -> service1 -> service2 using HTTP. ### Configuration -This examples assumes you will run Zipkin on the same host using the default collector port of 9410. If you wish to change those, you can do so using these files: +This example assumes you will run Zipkin on the same host using the default collector port of 9410. If you wish to change those, you can do so using these files: Service1 is configured in the `src/main/resources/application.properties` properties file. -Service2 is configured in the `src/main/java/sample/camel/Service2Route.java` source code. +Service2 is configured in the `src/main/java/sample/camel/Service2Route.java` source file. Client is configured in the `src/main/java/sample/camel/ClientApplication.java` source file. -src/main/java/sample/camel/ClientApplication.java - Here you need to configure the hostname and port number for the Zipkin Server. ### Build -First, start Zipkin as described belos in the [Zipkin web console]("Zipkin web console") section +First, start Zipkin as described below in the [Zipkin web console]("Zipkin web console") section -You will need to compile this example first: +Then start by compiling this example: ```sh $ mvn compile