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.
---