[ https://issues.apache.org/jira/browse/FLINK-7810?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16203402#comment-16203402 ]
ASF GitHub Bot commented on FLINK-7810: --------------------------------------- Github user aljoscha commented on a diff in the pull request: https://github.com/apache/flink/pull/4807#discussion_r144528124 --- Diff: flink-queryable-state/flink-queryable-state-java/pom.xml --- @@ -110,8 +110,8 @@ under the License. </dependency> <dependency> - <groupId>com.data-artisans</groupId> - <artifactId>flakka-testkit_${scala.binary.version}</artifactId> + <groupId>com.typesafe.akka</groupId> --- End diff -- There was a test in there that was using Akka but I think that's not needed anymore. Will remove. On a side node, currently, the queryable-state-client module contains both the client and server implementations (that's why there was the akka test) while flunk-runtime only has interfaces. Fully tweezing the client and server apart is still in progress. > Switch from custom Flakka to Akka 2.4.x > --------------------------------------- > > Key: FLINK-7810 > URL: https://issues.apache.org/jira/browse/FLINK-7810 > Project: Flink > Issue Type: Improvement > Components: Distributed Coordination > Reporter: Aljoscha Krettek > Assignee: Aljoscha Krettek > Fix For: 1.4.0 > > -- This message was sent by Atlassian JIRA (v6.4.14#64029)