ihji commented on a change in pull request #14801:
URL: https://github.com/apache/beam/pull/14801#discussion_r632864336
##########
File path: runners/flink/flink_runner.gradle
##########
@@ -134,6 +134,7 @@ dependencies {
compile project(":runners:java-fn-execution")
compile project(":runners:java-job-service")
compile project(":sdks:java:extensions:google-cloud-platform-core")
+ compile project(":sdks:java:io:kafka")
Review comment:
> One way I'm thinking about is to always populate
beam_fn_api_use_deprecated_read and use_deprecated_read when use_sdf_read is
not specified.
I think the method mentioned above might be a better way to do this since we
could avoid the io dependency on runners.
--
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]