Marco Westermann

Results 5 issues of Marco Westermann

Hi, we are using the all in one docker image 1.31. We query stored tracing using the grpc api. Example: ``` val startTime = (System.currentTimeMillis() - 86400000) / 1000 val...

### Version 3.7.1 ### Context An Environment variable like PORT=8080 is converted to 8080.0 (double) in config json. ### Do you have a reproducer? Add Environment Variable PORT = 8080...

bug

Motivation: Integer Env Vars are converted to doubles Conformance: Your commits should be signed and you should have signed the Eclipse Contributor Agreement as explained in https://github.com/eclipse/vert.x/blob/master/CONTRIBUTING.md Please also make...

Hi, I deployed two vertx applications to openshift clustered by zookeeper. In both instances I get a lot of exceptions like: ` [Curator-TreeCache-0] ERROR org.apache.curator.framework.recipes.cache.TreeCache - --   | java.io.EOFException   |...

Hi, I have two containers on openshift running vert.x clustered by zookeeper ( Frontend and Backend ). The frontend calls the backend over the eventbus. Everything is working as long...