You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have two services running in OpenShift/K8s platform developed using Vertx framework, the cluster.xml is configure to use Discovery SPI using DNS_LOOKUP and the cluster is getting formed correctly(logs below).
Vertx eventbus is set as in below code
But Sending message from one service to other service is not working and getting the "not connected to server" error from vert.x connection holder
Service 1 : vertx.eventBus().request("child",s,res-> { /* response handler goes here */ });
Service 2 : vertx.eventBus().consumer("child", (message) -> { /** message handler goes here **/ });
Version
Hazelcast version : 5.3.6
vert.x version : 4.5.7
vert.x-hazecast : 4.5.7
K8s version : v1.25.11+c43ddea Red Hat Enterprise Linux 8.9 (Ootpa)
java - jdk 8
Context
Sending message from one service to other service is not working getting below error.
03:45:49.772 [vert.x-eventloop-thread-2] DEBUG io.vertx.core.eventbus.impl.clustered.ConnectionHolder - tx.id=a6eaf1fa-a3d2-4822-a90e-3102f9a6e215 Not connected to server ae5dd6c0-a118-4af6-a2ef-e4c708eaf32e - starting queuing
03:45:49.855 [vert.x-eventloop-thread-2] DEBUG io.vertx.core.eventbus.impl.clustered.ConnectionHolder - tx.id=a6eaf1fa-a3d2-4822-a90e-3102f9a6e215 Draining the queue for server ae5dd6c0-a118-4af6-a2ef-e4c708eaf32e
03:45:49.857 [vert.x-eventloop-thread-2] DEBUG io.vertx.core.eventbus.impl.clustered.ConnectionHolder - tx.id=a6eaf1fa-a3d2-4822-a90e-3102f9a6e215 Cluster connection closed for server ae5dd6c0-a118-4af6-a2ef-e4c708eaf32e
Do you have a reproducer?
No
Link to github project/gist
No
Attaching the git url for th previous issue raised under vert.x 5194
INFO: [192.168.168.24]:5701 [demo] [5.3.6] Initialized new cluster connection between /192.168.168.24:5701 and /192.168.96.7:54149
May 29, 2024 3:34:08 AM com.hazelcast.internal.cluster.ClusterService
INFO: [192.168.168.24]:5701 [demo] [5.3.6]
Members {size:2, ver:4} [
Member [192.168.168.24]:5701 - baee1e7b-58d7-49f8-9b98-7becdcde0ca8 this
Member [192.168.96.7]:5701 - c0257121-f67b-45c7-bc21-5d9ae90f044b lite
]
A http call from Service A to Service B via event bus not working
03:45:49.772 [vert.x-eventloop-thread-2] DEBUG io.vertx.core.eventbus.impl.clustered.ConnectionHolder - tx.id=a6eaf1fa-a3d2-4822-a90e-3102f9a6e215 Not connected to server ae5dd6c0-a118-4af6-a2ef-e4c708eaf32e - starting queuing
03:45:49.855 [vert.x-eventloop-thread-2] DEBUG io.vertx.core.eventbus.impl.clustered.ConnectionHolder - tx.id=a6eaf1fa-a3d2-4822-a90e-3102f9a6e215 Draining the queue for server ae5dd6c0-a118-4af6-a2ef-e4c708eaf32e
03:45:49.857 [vert.x-eventloop-thread-2] DEBUG io.vertx.core.eventbus.impl.clustered.ConnectionHolder - tx.id=a6eaf1fa-a3d2-4822-a90e-3102f9a6e215 Cluster connection closed for server ae5dd6c0-a118-4af6-a2ef-e4c708eaf32e
Questions
We have two services running in OpenShift/K8s platform developed using Vertx framework, the cluster.xml is configure to use Discovery SPI using DNS_LOOKUP and the cluster is getting formed correctly(logs below).
Vertx eventbus is set as in below code
But Sending message from one service to other service is not working and getting the "not connected to server" error from vert.x connection holder
Version
Hazelcast version : 5.3.6
vert.x version : 4.5.7
vert.x-hazecast : 4.5.7
K8s version : v1.25.11+c43ddea Red Hat Enterprise Linux 8.9 (Ootpa)
java - jdk 8
Context
Sending message from one service to other service is not working getting below error.
Do you have a reproducer?
No
No
Attaching the git url for th previous issue raised under vert.x
5194
Steps to reproduce
Extra
Application hazelcast cluster.xml file
————————————————
Hazelcast cluster manager set as below and verticles are deployed:
The text was updated successfully, but these errors were encountered: