piotr-szuberski commented on a change in pull request #12145:
URL: https://github.com/apache/beam/pull/12145#discussion_r453161122



##########
File path: sdks/java/io/expansion-service/build.gradle
##########
@@ -33,6 +33,9 @@ ext.summary = "Expansion service serving several Java IOs"
 dependencies {
   compile project(":sdks:java:expansion-service")
   compile project(":sdks:java:io:kafka")
+  runtime project(":sdks:java:io:jdbc")
   runtime library.java.kafka_clients
+  // Include postgres so it can be used with external JDBC
+  runtime library.java.postgres

Review comment:
       I changed it to compile dependencies just to be on the safe side. 
Strange thing is that the size of the io-expansion-service has the same growth 
in size as with the runtime dependencies - from 51,4Mb to 52,7Mb - maybe it was 
why it worked.
   
   I managed to start flink job server on docker and the io-expansion-server on 
non-default port and run the tests using the io-expansion-server. I'm not sure 
though whether it confirms it works or not.




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


Reply via email to