We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9384c2d + b2c9a03 commit df6cd04Copy full SHA for df6cd04
2 files changed
config-layers/common/io/vertx/core/VertxOptions.properties
@@ -4,3 +4,4 @@ $class=io.vertx.core.VertxOptions
4
clustered=true
5
clusterManager=/io/vertx/spi/cluster/ClusterManager
6
metricsOptions=/io/vertx/ext/dropwizard/DropwizardMetricsOptions
7
+preferNativeTransport=true
pom.xml
@@ -74,6 +74,12 @@
74
<artifactId>vertx-web-client</artifactId>
75
<version>${vertx-version}</version>
76
</dependency>
77
+ <dependency>
78
+ <groupId>io.netty</groupId>
79
+ <artifactId>netty-transport-native-epoll</artifactId>
80
+ <version>4.1.15.Final</version>
81
+ <classifier>linux-x86_64</classifier>
82
+ </dependency>
83
<dependency>
84
<groupId>com.github.vladimir-bukhtoyarov</groupId>
85
<artifactId>bucket4j-core</artifactId>
0 commit comments