MarcoRob commented on a change in pull request #16634:
URL: https://github.com/apache/beam/pull/16634#discussion_r796824233
##########
File path: sdks/java/io/pulsar/build.gradle
##########
@@ -0,0 +1,25 @@
+plugins { id 'org.apache.beam.module' }
+applyJavaNature(automaticModuleName: 'org.apache.beam.sdk.io.pulsar')
+
+def pulsarVersion = '2.8.0'
Review comment:
Is there a reason to use 2.8.2 instead of 2.8.2? When I start the
connector 2.8.0 was the latest release, thats why the version, but actually I
need to change it to 2.9.0 since the ReadDoFn in beam use a function declare in
2.9.0 to get the latest message in the Topic
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]