Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
If starting a clustered vertx eventbus then it may need extra time to startup which requires using its async api to get the notification. The current api calls the sync which says in javadoc that the eventbus may not be ready.
So lets improved this and wait for it with a default timeout of 60 sec