jnh5y commented on PR #28314: URL: https://github.com/apache/flink/pull/28314#issuecomment-4626400750
From the release notes https://pekko.apache.org/docs/pekko/current/release-notes/releases-1.5.html and https://pekko.apache.org/docs/pekko/current/release-notes/releases-1.6.html, 1.6 is trivial. 1.5 does change some dependencies: ``` netty 4.2.10.Final jackson 2.21.2 protobuf-java 4.33.5 config 1.4.6 lz4-java 1.10.4 ``` I have two concerns: typesafe config 1.4.2 -> 1.4.6: Currently pinned to 1.4.2 in flink-rpc/flink-rpc-akka/pom.xml:143. Pekko 1.6 likely requires 1.4.6 protobuf-java 4.33.5 Looks like the `protoc.version` is 4.32.1 and may be used to managed protobuf-java elsewhere. Do we need to think through that? Maybe relocate this version in the `flink-rpc-akka` module? -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
