We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the line,
queryable-state-demo/flink-state-server/src/main/scala/com/dataartisans/stateserver/queryclient/QueryClient.scala
Line 45 in 866676b
the used constructor for QueryableStateClient doesn't seem to exist anymore in https://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java/.
QueryableStateClient
In the new (or future) API, is the use of a HighAvailabilityServices mandatory?
HighAvailabilityServices
Overall, it would be great having this queryable demo/example in scala to be on par's quality with the java's.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
In the line,
queryable-state-demo/flink-state-server/src/main/scala/com/dataartisans/stateserver/queryclient/QueryClient.scala
Line 45 in 866676b
the used constructor for
QueryableStateClient
doesn't seem to exist anymore in https://ci.apache.org/projects/flink/flink-docs-release-1.3/api/java/.In the new (or future) API, is the use of a
HighAvailabilityServices
mandatory?Overall, it would be great having this queryable demo/example in scala to be on par's quality with the java's.
The text was updated successfully, but these errors were encountered: