Run netty server of vertx + netty server provided by couchbase

By default, couchbase starts a netty server at couchbase client startup. If the vertx process is loaded after the couchbase process, vertx attach itself to the netty server started by couchbase. How to ensure that there are two instances of netty server running, one for vertx and other one for couchbase ?