wayilau commented on a change in pull request #2973: Support etcd configuration.
URL: https://github.com/apache/skywalking/pull/2973#discussion_r303278610
##########
File path: oap-server/pom.xml
##########
@@ -83,7 +83,7 @@
<curator-test.version>2.12.0</curator-test.version>
<etcd4j.version>2.17.0</etcd4j.version>
<etcd.version>v3.2.3</etcd.version>
- <netty.version>4.0.27.Final</netty.version>
+ <netty.version>4.1.27.Final</netty.version>
Review comment:
Because etcd4j use 4.1.32 but grpc use 4.1.27. so i change the version,
Keep them consistent. then need not add other netty jar to dist.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services