You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2018/01/15 11:15:26 UTC

[camel] branch master updated (08fb3b8 -> 93dda73)

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 08fb3b8  Regen docs
     new db0d5e4  Bump Hazelcast-kubernetes to version 3.9.2
     new 93dda73  Updated ReadMe of camel-hazelcast Kubernetes example

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../camel-example-hazelcast-kubernetes/ReadMe.md   | 165 +++++++++++----------
 .../resources/fabric8/hazelcast-deployment.yaml    |   2 +-
 2 files changed, 91 insertions(+), 76 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
['"commits@camel.apache.org" <co...@camel.apache.org>'].

[camel] 02/02: Updated ReadMe of camel-hazelcast Kubernetes example

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 93dda73971af52cc83be32dcfcabf78e4d91862d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 15 12:14:31 2018 +0100

    Updated ReadMe of camel-hazelcast Kubernetes example
---
 .../camel-example-hazelcast-kubernetes/ReadMe.md   | 165 +++++++++++----------
 1 file changed, 90 insertions(+), 75 deletions(-)

diff --git a/examples/camel-example-hazelcast-kubernetes/ReadMe.md b/examples/camel-example-hazelcast-kubernetes/ReadMe.md
index c4384ed..1490458 100644
--- a/examples/camel-example-hazelcast-kubernetes/ReadMe.md
+++ b/examples/camel-example-hazelcast-kubernetes/ReadMe.md
@@ -47,7 +47,7 @@ and check the status of the pod
 ```
 $ kubectl get pods
 NAME                         READY     STATUS    RESTARTS   AGE
-hazelcast-1638707704-n64tk   1/1       Running   0          1m
+hazelcast-7c7b47dd84-22zcp   1/1       Running   0          6m
 ```
 
 on Minishift:
@@ -75,10 +75,10 @@ and again check the status of your pods
 ```
 $ kubectl get pods
 NAME                         READY     STATUS    RESTARTS   AGE
-hazelcast-1638707704-g8qwh   1/1       Running   0          1m
-hazelcast-1638707704-n64tk   1/1       Running   0          3m
-hazelcast-1638707704-wwwff   1/1       Running   0          1m
-hazelcast-1638707704-z1g6r   1/1       Running   0          1m
+hazelcast-7c7b47dd84-22zcp   1/1       Running   0          8m
+hazelcast-7c7b47dd84-gphbv   1/1       Running   0          1m
+hazelcast-7c7b47dd84-qstjb   1/1       Running   0          1m
+hazelcast-7c7b47dd84-swxm9   1/1       Running   0          1m
 
 ```
 
@@ -97,42 +97,54 @@ hazelcast-1638707704-z1g6r   1/1       Running   0          1m
 You can also take a look at the logs from the pods with kubectl or oc
 
 ```
-kubectl logs hazelcast-414548760-fb5bh
-2017-11-23 13:15:12.243  INFO 7 --- [           main] com.github.pires.hazelcast.Application   : Starting Application on hazelcast-1638707704-z1g6r with PID 7 (/bootstrapper.jar started by root in /)
-2017-11-23 13:15:12.248  INFO 7 --- [           main] com.github.pires.hazelcast.Application   : No active profile set, falling back to default profiles: default
-2017-11-23 13:15:12.290  INFO 7 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@14514713: startup date [Thu Nov 23 13:15:12 GMT 2017]; root of context hierarchy
-2017-11-23 13:15:13.081  INFO 7 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
-2017-11-23 13:15:13.089  INFO 7 --- [           main] c.g.p.h.HazelcastDiscoveryController     : Asking k8s registry at https://kubernetes.default.svc.cluster.local..
-2017-11-23 13:15:13.442  INFO 7 --- [           main] c.g.p.h.HazelcastDiscoveryController     : Found 2 pods running Hazelcast.
-2017-11-23 13:15:13.512  INFO 7 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9] Interfaces is disabled, trying to pick one address from TCP-IP config addresses: [172.17.0.6, 172.17.0.7]
-2017-11-23 13:15:13.513  INFO 7 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9] Prefer IPv4 stack is true.
-2017-11-23 13:15:13.519  INFO 7 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9] Picked [172.17.0.7]:5701, using socket ServerSocket[addr=/0:0:0:0:0:0:0:0,localport=5701], bind any local is true
-2017-11-23 13:15:13.538  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.7]:5701 [someGroup] [3.9] Hazelcast 3.9 (20171023 - b29f549) starting at [172.17.0.7]:5701
-2017-11-23 13:15:13.538  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.7]:5701 [someGroup] [3.9] Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved.
-2017-11-23 13:15:13.538  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.7]:5701 [someGroup] [3.9] Configured Hazelcast Serialization version: 1
-2017-11-23 13:15:13.797  INFO 7 --- [           main] c.h.s.i.o.impl.BackpressureRegulator     : [172.17.0.7]:5701 [someGroup] [3.9] Backpressure is disabled
-2017-11-23 13:15:14.293  INFO 7 --- [           main] com.hazelcast.instance.Node              : [172.17.0.7]:5701 [someGroup] [3.9] Creating TcpIpJoiner
-2017-11-23 13:15:14.428  INFO 7 --- [           main] c.h.s.i.o.impl.OperationExecutorImpl     : [172.17.0.7]:5701 [someGroup] [3.9] Starting 4 partition threads and 3 generic threads (1 dedicated for priority tasks)
-2017-11-23 13:15:14.433  INFO 7 --- [           main] c.h.internal.diagnostics.Diagnostics     : [172.17.0.7]:5701 [someGroup] [3.9] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
-2017-11-23 13:15:14.438  INFO 7 --- [           main] com.hazelcast.core.LifecycleService      : [172.17.0.7]:5701 [someGroup] [3.9] [172.17.0.7]:5701 is STARTING
-2017-11-23 13:15:14.465  INFO 7 --- [cached.thread-3] com.hazelcast.nio.tcp.TcpIpConnector     : [172.17.0.7]:5701 [someGroup] [3.9] Connecting to /172.17.0.6:5701, timeout: 0, bind-any: true
-2017-11-23 13:15:14.468  INFO 7 --- [cached.thread-3] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.7]:5701 [someGroup] [3.9] Established socket connection between /172.17.0.7:59483 and /172.17.0.6:5701
-2017-11-23 13:15:18.171  INFO 7 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.7]:5701 [someGroup] [3.9] Accepting socket connection from /172.17.0.8:35427
-2017-11-23 13:15:18.172  INFO 7 --- [cached.thread-3] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.7]:5701 [someGroup] [3.9] Established socket connection between /172.17.0.7:5701 and /172.17.0.8:35427
-2017-11-23 13:15:21.888  INFO 7 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.7]:5701 [someGroup] [3.9] Accepting socket connection from /172.17.0.9:45315
-2017-11-23 13:15:21.890  INFO 7 --- [cached.thread-2] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.7]:5701 [someGroup] [3.9] Established socket connection between /172.17.0.7:5701 and /172.17.0.9:45315
-2017-11-23 13:15:27.900  INFO 7 --- [ration.thread-1] com.hazelcast.system                     : [172.17.0.7]:5701 [someGroup] [3.9] Cluster version set to 3.9
-2017-11-23 13:15:27.903  INFO 7 --- [ration.thread-1] c.h.internal.cluster.ClusterService      : [172.17.0.7]:5701 [someGroup] [3.9] 
-
-Members {size:4, ver:2} [
-	Member [172.17.0.6]:5701 - b9cc1fbb-fd27-4b0f-b6c6-9ba693c45e08
-	Member [172.17.0.7]:5701 - bcbbbcb4-7fd8-4a19-a2ed-0a3440b30887 this
-	Member [172.17.0.8]:5701 - 260d1057-d28e-40ff-9a0b-5ed4d23e5576
-	Member [172.17.0.9]:5701 - 6a0450c7-e9ea-4b92-91ee-71462f4362e3
+kubectl logs hazelcast-7c7b47dd84-22zcp
+2018-01-15 11:00:32.006  INFO 7 --- [           main] com.github.pires.hazelcast.Application   : Starting Application on hazelcast-7c7b47dd84-22zcp with PID 7 (/bootstrapper.jar started by root in /)
+2018-01-15 11:00:32.017  INFO 7 --- [           main] com.github.pires.hazelcast.Application   : No active profile set, falling back to default profiles: default
+2018-01-15 11:00:32.084  INFO 7 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5f4da5c3: startup date [Mon Jan 15 11:00:32 GMT 2018]; root of context hierarchy
+2018-01-15 11:00:32.852  INFO 7 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
+2018-01-15 11:00:32.862  INFO 7 --- [           main] c.g.p.h.HazelcastDiscoveryController     : Asking k8s registry at https://kubernetes.default.svc.cluster.local..
+2018-01-15 11:00:33.181  INFO 7 --- [           main] c.g.p.h.HazelcastDiscoveryController     : Found 1 pods running Hazelcast.
+2018-01-15 11:00:33.245  INFO 7 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9.2] Interfaces is disabled, trying to pick one address from TCP-IP config addresses: [172.17.0.4]
+2018-01-15 11:00:33.245  INFO 7 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9.2] Prefer IPv4 stack is true.
+2018-01-15 11:00:33.250  INFO 7 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9.2] Picked [172.17.0.4]:5701, using socket ServerSocket[addr=/0.0.0.0,localport=5701], bind any local is true
+2018-01-15 11:00:33.269  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.4]:5701 [someGroup] [3.9.2] Hazelcast 3.9.2 (20180103 - 17e4ec3) starting at [172.17.0.4]:5701
+2018-01-15 11:00:33.269  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.4]:5701 [someGroup] [3.9.2] Copyright (c) 2008-2017, Hazelcast, Inc. All Rights Reserved.
+2018-01-15 11:00:33.270  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.4]:5701 [someGroup] [3.9.2] Configured Hazelcast Serialization version: 1
+2018-01-15 11:00:33.523  INFO 7 --- [           main] c.h.s.i.o.impl.BackpressureRegulator     : [172.17.0.4]:5701 [someGroup] [3.9.2] Backpressure is disabled
+2018-01-15 11:00:34.034  INFO 7 --- [           main] com.hazelcast.instance.Node              : [172.17.0.4]:5701 [someGroup] [3.9.2] Creating TcpIpJoiner
+2018-01-15 11:00:34.205  INFO 7 --- [           main] c.h.s.i.o.impl.OperationExecutorImpl     : [172.17.0.4]:5701 [someGroup] [3.9.2] Starting 2 partition threads and 3 generic threads (1 dedicated for priority tasks)
+2018-01-15 11:00:34.215  INFO 7 --- [           main] c.h.internal.diagnostics.Diagnostics     : [172.17.0.4]:5701 [someGroup] [3.9.2] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
+2018-01-15 11:00:34.223  INFO 7 --- [           main] com.hazelcast.core.LifecycleService      : [172.17.0.4]:5701 [someGroup] [3.9.2] [172.17.0.4]:5701 is STARTING
+2018-01-15 11:00:34.236  INFO 7 --- [           main] com.hazelcast.system                     : [172.17.0.4]:5701 [someGroup] [3.9.2] Cluster version set to 3.9
+2018-01-15 11:00:34.238  INFO 7 --- [           main] c.h.internal.cluster.ClusterService      : [172.17.0.4]:5701 [someGroup] [3.9.2] 
+
+Members {size:1, ver:1} [
+	Member [172.17.0.4]:5701 - a14cd4e8-803d-4da2-990a-ed1e979b8a14 this
 ]
 
-2017-11-23 13:15:29.497  INFO 7 --- [           main] com.hazelcast.core.LifecycleService      : [172.17.0.7]:5701 [someGroup] [3.9] [172.17.0.7]:5701 is STARTED
-2017-11-23 13:15:29.498  INFO 7 --- [           main] com.github.pires.hazelcast.Application   : Started Application in 17.704 seconds (JVM running for 18.099)
+2018-01-15 11:00:34.262  INFO 7 --- [           main] com.hazelcast.core.LifecycleService      : [172.17.0.4]:5701 [someGroup] [3.9.2] [172.17.0.4]:5701 is STARTED
+2018-01-15 11:00:34.264  INFO 7 --- [           main] com.github.pires.hazelcast.Application   : Started Application in 2.734 seconds (JVM running for 3.101)
+2018-01-15 11:07:15.059  INFO 7 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.4]:5701 [someGroup] [3.9.2] Accepting socket connection from /172.17.0.6:57515
+2018-01-15 11:07:15.072  INFO 7 --- [cached.thread-2] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.4]:5701 [someGroup] [3.9.2] Established socket connection between /172.17.0.4:5701 and /172.17.0.6:57515
+2018-01-15 11:07:21.056  INFO 7 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.4]:5701 [someGroup] [3.9.2] Accepting socket connection from /172.17.0.7:54285
+2018-01-15 11:07:21.057  INFO 7 --- [cached.thread-2] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.4]:5701 [someGroup] [3.9.2] Established socket connection between /172.17.0.4:5701 and /172.17.0.7:54285
+2018-01-15 11:07:22.072  INFO 7 --- [ration.thread-1] c.h.internal.cluster.ClusterService      : [172.17.0.4]:5701 [someGroup] [3.9.2] 
+
+Members {size:2, ver:2} [
+	Member [172.17.0.4]:5701 - a14cd4e8-803d-4da2-990a-ed1e979b8a14 this
+	Member [172.17.0.6]:5701 - afba6c0c-5f7e-4e1f-b51e-a5ed9f586427
+]
+
+2018-01-15 11:07:22.581  INFO 7 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.4]:5701 [someGroup] [3.9.2] Accepting socket connection from /172.17.0.5:54921
+2018-01-15 11:07:22.584  INFO 7 --- [cached.thread-2] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.4]:5701 [someGroup] [3.9.2] Established socket connection between /172.17.0.4:5701 and /172.17.0.5:54921
+2018-01-15 11:07:29.071  INFO 7 --- [ration.thread-0] c.h.internal.cluster.ClusterService      : [172.17.0.4]:5701 [someGroup] [3.9.2] 
+
+Members {size:4, ver:3} [
+	Member [172.17.0.4]:5701 - a14cd4e8-803d-4da2-990a-ed1e979b8a14 this
+	Member [172.17.0.6]:5701 - afba6c0c-5f7e-4e1f-b51e-a5ed9f586427
+	Member [172.17.0.7]:5701 - ce905f72-648a-4cdc-9e43-ac7f44ca96bc
+	Member [172.17.0.5]:5701 - 2cceb0c0-a88f-4d7e-9308-a4d10645897d
+]
 
 ```
 
@@ -163,42 +175,45 @@ Then find the name on Minishift of the pod that runs this quickstart, and output
 and you should see something like this:
 
 ```
-INFO: hz.client_0 [someGroup] [3.9] Setting ClientConnection{alive=true, connectionId=1, channel=NioChannel{/172.17.0.10:44111->hazelcast/10.0.0.110:5701}, remoteEndpoint=[172.17.0.8]:5701, lastReadTime=2017-11-23 13:19:30.465, lastWriteTime=2017-11-23 13:19:30.462, closedTime=never, lastHeartbeatRequested=never, lastHeartbeatReceived=never, connected server version=3.9} as owner with principal ClientPrincipal{uuid='72e2102a-e64b-4138-8f6e-7160005533a8', ownerUuid='260d1057-d28e-40ff-9a0 [...]
-Nov 23, 2017 1:19:30 PM com.hazelcast.core.LifecycleService
-INFO: hz.client_0 [someGroup] [3.9] HazelcastClient 3.9 (20171023 - b29f549) is CLIENT_CONNECTED
-Nov 23, 2017 1:19:30 PM com.hazelcast.internal.diagnostics.Diagnostics
-INFO: hz.client_0 [someGroup] [3.9] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
-2017-11-23 13:19:30,503 [main           ] INFO  SpringCamelContext             - Apache Camel 2.21.0-SNAPSHOT (CamelContext: camel-1) is starting
-2017-11-23 13:19:30,515 [main           ] INFO  ManagedManagementStrategy      - JMX is enabled
-2017-11-23 13:19:30,601 [main           ] INFO  DefaultTypeConverter           - Type converters loaded (core: 193, classpath: 1)
-2017-11-23 13:19:30,766 [main           ] INFO  SpringCamelContext             - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
-Nov 23, 2017 1:19:30 PM com.hazelcast.client.connection.ClientConnectionManager
-INFO: hz.client_0 [someGroup] [3.9] Authenticated with server [172.17.0.6]:5701, server version:3.9 Local address: /172.17.0.10:44473
-Nov 23, 2017 1:19:30 PM com.hazelcast.client.connection.ClientConnectionManager
-INFO: hz.client_0 [someGroup] [3.9] Authenticated with server [172.17.0.7]:5701, server version:3.9 Local address: /172.17.0.10:39823
-Nov 23, 2017 1:19:30 PM com.hazelcast.client.connection.ClientConnectionManager
-INFO: hz.client_0 [someGroup] [3.9] Authenticated with server [172.17.0.9]:5701, server version:3.9 Local address: /172.17.0.10:44799
-2017-11-23 13:19:30,933 [main           ] INFO  SpringCamelContext             - Route: route1 started and consuming from: timer://foo?period=5000
-2017-11-23 13:19:30,934 [main           ] INFO  SpringCamelContext             - Route: route2 started and consuming from: hazelcast-topic://foo
-2017-11-23 13:19:30,935 [main           ] INFO  SpringCamelContext             - Total 2 routes, of which 2 are started
-2017-11-23 13:19:30,938 [main           ] INFO  SpringCamelContext             - Apache Camel 2.21.0-SNAPSHOT (CamelContext: camel-1) started in 0.434 seconds
-2017-11-23 13:19:30,941 [main           ] INFO  DefaultLifecycleProcessor      - Starting beans in phase 2147483646
-2017-11-23 13:19:31,943 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:19:31,957 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:19:36,936 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:19:36,941 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:19:41,937 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:19:41,939 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:19:46,936 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:19:46,938 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:19:51,936 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:19:51,939 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:19:56,936 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:19:56,938 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:20:01,936 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:20:01,938 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
-2017-11-23 13:20:06,936 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
-2017-11-23 13:20:06,941 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+Jan 15, 2018 11:13:04 AM com.hazelcast.client.connection.ClientConnectionManager
+INFO: hz.client_0 [someGroup] [3.9.2] Setting ClientConnection{alive=true, connectionId=1, channel=NioChannel{/172.17.0.8:42365->hazelcast/10.102.23.30:5701}, remoteEndpoint=[172.17.0.5]:5701, lastReadTime=2018-01-15 11:13:04.747, lastWriteTime=2018-01-15 11:13:04.735, closedTime=never, lastHeartbeatRequested=never, lastHeartbeatReceived=never, connected server version=3.9.2} as owner with principal ClientPrincipal{uuid='50b01afc-9ac5-4500-b925-2538b7600848', ownerUuid='2cceb0c0-a88f-4d7 [...]
+Jan 15, 2018 11:13:04 AM com.hazelcast.core.LifecycleService
+INFO: hz.client_0 [someGroup] [3.9.2] HazelcastClient 3.9.2 (20180103 - 17e4ec3) is CLIENT_CONNECTED
+Jan 15, 2018 11:13:04 AM com.hazelcast.internal.diagnostics.Diagnostics
+INFO: hz.client_0 [someGroup] [3.9.2] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
+2018-01-15 11:13:04,788 [main           ] INFO  SpringCamelContext             - Apache Camel 2.21.0-SNAPSHOT (CamelContext: camel-1) is starting
+2018-01-15 11:13:04,789 [main           ] INFO  ManagedManagementStrategy      - JMX is enabled
+2018-01-15 11:13:04,869 [main           ] INFO  DefaultTypeConverter           - Type converters loaded (core: 193, classpath: 1)
+2018-01-15 11:13:04,948 [main           ] INFO  SpringCamelContext             - StreamCaching is not in use. If using streams then its recommended to enable stream caching. See more details at http://camel.apache.org/stream-caching.html
+Jan 15, 2018 11:13:05 AM com.hazelcast.client.connection.ClientConnectionManager
+INFO: hz.client_0 [someGroup] [3.9.2] Authenticated with server [172.17.0.4]:5701, server version:3.9.2 Local address: /172.17.0.8:39383
+Jan 15, 2018 11:13:05 AM com.hazelcast.client.connection.ClientConnectionManager
+INFO: hz.client_0 [someGroup] [3.9.2] Authenticated with server [172.17.0.6]:5701, server version:3.9.2 Local address: /172.17.0.8:39605
+Jan 15, 2018 11:13:05 AM com.hazelcast.client.connection.ClientConnectionManager
+INFO: hz.client_0 [someGroup] [3.9.2] Authenticated with server [172.17.0.7]:5701, server version:3.9.2 Local address: /172.17.0.8:37819
+2018-01-15 11:13:05,162 [main           ] INFO  SpringCamelContext             - Route: route1 started and consuming from: timer://foo?period=5000
+2018-01-15 11:13:05,163 [main           ] INFO  SpringCamelContext             - Route: route2 started and consuming from: hazelcast-topic://foo
+2018-01-15 11:13:05,163 [main           ] INFO  SpringCamelContext             - Total 2 routes, of which 2 are started
+2018-01-15 11:13:05,170 [main           ] INFO  SpringCamelContext             - Apache Camel 2.21.0-SNAPSHOT (CamelContext: camel-1) started in 0.382 seconds
+2018-01-15 11:13:05,172 [main           ] INFO  DefaultLifecycleProcessor      - Starting beans in phase 2147483646
+2018-01-15 11:13:06,170 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:06,188 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:11,164 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:11,167 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:16,165 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:16,167 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:21,166 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:21,174 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:26,167 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:26,169 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:31,166 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:31,168 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:36,167 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:36,169 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:41,167 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:41,169 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-01-15 11:13:46,168 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-01-15 11:13:46,170 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
 
 ```
 

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.

[camel] 01/02: Bump Hazelcast-kubernetes to version 3.9.2

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit db0d5e42303a0e6a4b318e07fd0c4c3949e00b43
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 15 11:55:58 2018 +0100

    Bump Hazelcast-kubernetes to version 3.9.2
---
 .../src/main/resources/fabric8/hazelcast-deployment.yaml                | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
index c245d6b..536244c 100644
--- a/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
+++ b/examples/camel-example-hazelcast-kubernetes/src/main/resources/fabric8/hazelcast-deployment.yaml
@@ -12,7 +12,7 @@ spec:
     spec: 
       containers: 
       - name: hazelcast
-        image: quay.io/pires/hazelcast-kubernetes:3.9.0
+        image: quay.io/pires/hazelcast-kubernetes:3.9.2
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"

-- 
To stop receiving notification emails like this one, please contact
"commits@camel.apache.org" <co...@camel.apache.org>.