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/02/19 07:20:07 UTC

[camel] branch master updated: Upgrade Hazelcast-kubernetes docker image to version 3.9.3

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


The following commit(s) were added to refs/heads/master by this push:
     new 31fe585  Upgrade Hazelcast-kubernetes docker image to version 3.9.3
31fe585 is described below

commit 31fe5857391d98d645db874b3dfe6041d7c3fa8b
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Feb 19 08:19:36 2018 +0100

    Upgrade Hazelcast-kubernetes docker image to version 3.9.3
---
 .../camel-example-hazelcast-kubernetes/ReadMe.md   | 149 +++++++++------------
 .../resources/fabric8/hazelcast-deployment.yaml    |   2 +-
 2 files changed, 67 insertions(+), 84 deletions(-)

diff --git a/examples/camel-example-hazelcast-kubernetes/ReadMe.md b/examples/camel-example-hazelcast-kubernetes/ReadMe.md
index 1490458..aa1e152 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-7c7b47dd84-22zcp   1/1       Running   0          6m
+hazelcast-69df7cd6c-ccbft    1/1       Running   0          54s
 ```
 
 on Minishift:
@@ -75,10 +75,10 @@ and again check the status of your pods
 ```
 $ kubectl get pods
 NAME                         READY     STATUS    RESTARTS   AGE
-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
+hazelcast-69df7cd6c-2ps79    1/1       Running   0          30s
+hazelcast-69df7cd6c-ccbft    1/1       Running   0          1m
+hazelcast-69df7cd6c-csdwr    1/1       Running   0          30s
+hazelcast-69df7cd6c-ghxgq    1/1       Running   0          30s
 
 ```
 
@@ -97,55 +97,50 @@ 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-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
-]
-
-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] 
+kubectl logs hazelcast-69df7cd6c-ghxgq
+2018-02-19 07:14:43.728  INFO 5 --- [           main] com.github.pires.hazelcast.Application   : Starting Application on hazelcast-69df7cd6c-ghxgq with PID 5 (/bootstrapper.jar started by root in /)
+2018-02-19 07:14:43.751  INFO 5 --- [           main] com.github.pires.hazelcast.Application   : No active profile set, falling back to default profiles: default
+2018-02-19 07:14:43.841  INFO 5 --- [           main] s.c.a.AnnotationConfigApplicationContext : Refreshing org.springframework.context.annotation.AnnotationConfigApplicationContext@5f4da5c3: startup date [Mon Feb 19 07:14:43 GMT 2018]; root of context hierarchy
+2018-02-19 07:14:44.636  INFO 5 --- [           main] o.s.j.e.a.AnnotationMBeanExporter        : Registering beans for JMX exposure on startup
+2018-02-19 07:14:44.647  INFO 5 --- [           main] c.g.p.h.HazelcastDiscoveryController     : Asking k8s registry at https://kubernetes.default.svc.cluster.local..
+2018-02-19 07:14:44.993  INFO 5 --- [           main] c.g.p.h.HazelcastDiscoveryController     : Found 2 pods running Hazelcast.
+2018-02-19 07:14:45.060  INFO 5 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9.3] Interfaces is disabled, trying to pick one address from TCP-IP config addresses: [172.17.0.4, 172.17.0.5]
+2018-02-19 07:14:45.060  INFO 5 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9.3] Prefer IPv4 stack is true.
+2018-02-19 07:14:45.065  INFO 5 --- [           main] com.hazelcast.instance.AddressPicker     : [LOCAL] [someGroup] [3.9.3] Picked [172.17.0.5]:5701, using socket ServerSocket[addr=/0.0.0.0,localport=5701], bind any local is true
+2018-02-19 07:14:45.105  INFO 5 --- [           main] com.hazelcast.system                     : [172.17.0.5]:5701 [someGroup] [3.9.3] Hazelcast 3.9.3 (20180216 - 539b124) starting at [172.17.0.5]:5701
+2018-02-19 07:14:45.105  INFO 5 --- [           main] com.hazelcast.system                     : [172.17.0.5]:5701 [someGroup] [3.9.3] Copyright (c) 2008-2018, Hazelcast, Inc. All Rights Reserved.
+2018-02-19 07:14:45.105  INFO 5 --- [           main] com.hazelcast.system                     : [172.17.0.5]:5701 [someGroup] [3.9.3] Configured Hazelcast Serialization version: 1
+2018-02-19 07:14:45.370  INFO 5 --- [           main] c.h.s.i.o.impl.BackpressureRegulator     : [172.17.0.5]:5701 [someGroup] [3.9.3] Backpressure is disabled
+2018-02-19 07:14:46.712  INFO 5 --- [           main] com.hazelcast.instance.Node              : [172.17.0.5]:5701 [someGroup] [3.9.3] Creating TcpIpJoiner
+2018-02-19 07:14:47.218  INFO 5 --- [           main] c.h.s.i.o.impl.OperationExecutorImpl     : [172.17.0.5]:5701 [someGroup] [3.9.3] Starting 2 partition threads and 3 generic threads (1 dedicated for priority tasks)
+2018-02-19 07:14:47.221  INFO 5 --- [           main] c.h.internal.diagnostics.Diagnostics     : [172.17.0.5]:5701 [someGroup] [3.9.3] Diagnostics disabled. To enable add -Dhazelcast.diagnostics.enabled=true to the JVM arguments.
+2018-02-19 07:14:47.227  INFO 5 --- [           main] com.hazelcast.core.LifecycleService      : [172.17.0.5]:5701 [someGroup] [3.9.3] [172.17.0.5]:5701 is STARTING
+2018-02-19 07:14:47.274  INFO 5 --- [cached.thread-3] com.hazelcast.nio.tcp.TcpIpConnector     : [172.17.0.5]:5701 [someGroup] [3.9.3] Connecting to /172.17.0.4:5701, timeout: 0, bind-any: true
+2018-02-19 07:14:47.283  INFO 5 --- [cached.thread-3] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.5]:5701 [someGroup] [3.9.3] Established socket connection between /172.17.0.5:34227 and /172.17.0.4:5701
+2018-02-19 07:14:54.177  INFO 5 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.5]:5701 [someGroup] [3.9.3] Accepting socket connection from /172.17.0.7:59967
+2018-02-19 07:14:54.200  INFO 5 --- [cached.thread-3] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.5]:5701 [someGroup] [3.9.3] Established socket connection between /172.17.0.5:5701 and /172.17.0.7:59967
+2018-02-19 07:14:54.411  INFO 5 --- [ration.thread-0] com.hazelcast.system                     : [172.17.0.5]:5701 [someGroup] [3.9.3] Cluster version set to 3.9
+2018-02-19 07:14:54.429  INFO 5 --- [ration.thread-0] c.h.internal.cluster.ClusterService      : [172.17.0.5]:5701 [someGroup] [3.9.3] 
 
 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
+	Member [172.17.0.4]:5701 - 59045d20-faf3-4a73-b4de-e8036f4b7caa
+	Member [172.17.0.5]:5701 - e737cd89-cbf1-4358-8d5a-f5b06a464c4a this
 ]
 
-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] 
+2018-02-19 07:14:55.482  INFO 5 --- [thread-Acceptor] com.hazelcast.nio.tcp.TcpIpAcceptor      : [172.17.0.5]:5701 [someGroup] [3.9.3] Accepting socket connection from /172.17.0.6:38585
+2018-02-19 07:14:55.516  INFO 5 --- [cached.thread-3] c.h.nio.tcp.TcpIpConnectionManager       : [172.17.0.5]:5701 [someGroup] [3.9.3] Established socket connection between /172.17.0.5:5701 and /172.17.0.6:38585
+2018-02-19 07:14:56.330  INFO 5 --- [           main] com.hazelcast.core.LifecycleService      : [172.17.0.5]:5701 [someGroup] [3.9.3] [172.17.0.5]:5701 is STARTED
+2018-02-19 07:14:56.339  INFO 5 --- [           main] com.github.pires.hazelcast.Application   : Started Application in 13.151 seconds (JVM running for 13.526)
+2018-02-19 07:15:02.079  INFO 5 --- [ration.thread-0] c.h.internal.cluster.ClusterService      : [172.17.0.5]:5701 [someGroup] [3.9.3] 
 
 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
+	Member [172.17.0.4]:5701 - 59045d20-faf3-4a73-b4de-e8036f4b7caa
+	Member [172.17.0.5]:5701 - e737cd89-cbf1-4358-8d5a-f5b06a464c4a this
+	Member [172.17.0.7]:5701 - d80f7b66-26b1-4b48-92ea-c07ddac05314
+	Member [172.17.0.6]:5701 - b1c0aa3a-760e-4d89-955b-c1650e1e5661
 ]
 
+
 ```
 
 ### Building and running
@@ -175,45 +170,33 @@ Then find the name on Minishift of the pod that runs this quickstart, and output
 and you should see something like this:
 
 ```
-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
+Feb 19, 2018 7:18:39 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:41011->hazelcast/10.102.1.255:5701}, remoteEndpoint=[172.17.0.4]:5701, lastReadTime=2018-02-19 07:18:39.464, lastWriteTime=2018-02-19 07:18:39.424, closedTime=never, lastHeartbeatRequested=never, lastHeartbeatReceived=never, connected server version=3.9.3} as owner with principal ClientPrincipal{uuid='0daabf2b-0b33-4a55-8453-683d7fa0436e', ownerUuid='59045d20-faf3-4a7 [...]
+Feb 19, 2018 7:18:39 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
+Feb 19, 2018 7:18:39 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
+2018-02-19 07:18:39,582 [main           ] INFO  SpringCamelContext             - Apache Camel 2.21.0-SNAPSHOT (CamelContext: camel-1) is starting
+2018-02-19 07:18:39,583 [main           ] INFO  ManagedManagementStrategy      - JMX is enabled
+2018-02-19 07:18:39,842 [main           ] INFO  DefaultTypeConverter           - Type converters loaded (core: 193, classpath: 1)
+2018-02-19 07:18:40,028 [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
+Feb 19, 2018 7:18:40 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.3 Local address: /172.17.0.8:46877
+Feb 19, 2018 7:18:40 AM com.hazelcast.client.connection.ClientConnectionManager
+INFO: hz.client_0 [someGroup] [3.9.2] Authenticated with server [172.17.0.5]:5701, server version:3.9.3 Local address: /172.17.0.8:36763
+Feb 19, 2018 7:18:40 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.3 Local address: /172.17.0.8:34969
+2018-02-19 07:18:40,837 [main           ] INFO  SpringCamelContext             - Route: route1 started and consuming from: timer://foo?period=5000
+2018-02-19 07:18:40,838 [main           ] INFO  SpringCamelContext             - Route: route2 started and consuming from: hazelcast-topic://foo
+2018-02-19 07:18:40,838 [main           ] INFO  SpringCamelContext             - Total 2 routes, of which 2 are started
+2018-02-19 07:18:40,840 [main           ] INFO  SpringCamelContext             - Apache Camel 2.21.0-SNAPSHOT (CamelContext: camel-1) started in 1.258 seconds
+2018-02-19 07:18:40,843 [main           ] INFO  DefaultLifecycleProcessor      - Starting beans in phase 2147483646
+2018-02-19 07:18:41,846 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-02-19 07:18:41,886 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-02-19 07:18:46,840 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-02-19 07:18:46,842 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
+2018-02-19 07:18:51,840 [2 - timer://foo] INFO  route1                         - Producer side: Sending data to Hazelcast topic..
+2018-02-19 07:18:51,842 [lient_0.event-3] INFO  route2                         - Consumer side: Detected following action: received
 
 ```
 
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 536244c..3c01ebf 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.2
+        image: quay.io/pires/hazelcast-kubernetes:3.9.3
         imagePullPolicy: Always
         env:
         - name: "DNS_DOMAIN"

-- 
To stop receiving notification emails like this one, please contact
acosentino@apache.org.