You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by GitBox <gi...@apache.org> on 2022/02/10 02:47:17 UTC

[GitHub] [incubator-inlong] imvan commented on a change in pull request #2359: [INLONG-1896][Feature][Sort] Inlong-Sort-Standalone support to sort the events to Kafka clusters.

imvan commented on a change in pull request #2359:
URL: https://github.com/apache/incubator-inlong/pull/2359#discussion_r803257775



##########
File path: inlong-sort-standalone/pom.xml
##########
@@ -43,14 +43,14 @@
         <flume.version>1.9.0</flume.version>
         <plugin.assembly.version>3.2.0</plugin.assembly.version>
         <pulsar.version>2.7.2</pulsar.version>
+        <kafka.version>2.4.1</kafka.version>
         <junit.version>4.13</junit.version>
         <powermock.version>2.0.2</powermock.version>
         <guava.version>19.0</guava.version>
         <skipTests>false</skipTests>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <compiler.source>1.8</compiler.source>
         <compiler.target>1.8</compiler.target>
-        <pulsar.version>2.7.2</pulsar.version>

Review comment:
       ![image](https://user-images.githubusercontent.com/45282474/153327428-1843f708-9d12-450c-9249-9051062e5bef.png)
   There are two defination of pulsar version, so I remove one of them. 
   And fix it to version 2.8.1




-- 
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: commits-unsubscribe@inlong.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org