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/03/13 08:51:20 UTC

[GitHub] [incubator-inlong] EMsnap opened a new pull request #3102: [INLONG-3100][Agent] update kafka to newest version 3.1.0

EMsnap opened a new pull request #3102:
URL: https://github.com/apache/incubator-inlong/pull/3102


   ### Title Name: [INLONG-XYZ][component] Title of the pull request
   
   Fixes #3100 
   
   ### Motivation
   
   [INLONG-3100][Agent] update kafka to newest version 3.1.0
   
   ### Modifications
   
   [INLONG-3100][Agent] update kafka to newest version 3.1.0
   
   ### Verifying this change
   
   - [ ] Make sure that the change passes the CI checks.
   
   *(Please pick either of the following options)*
   
   This change is a trivial rework / code cleanup without any test coverage.
   
   *(or)*
   
   This change is already covered by existing tests, such as *(please describe tests)*.
   
   *(or)*
   
   This change added tests and can be verified as follows:
   
   *(example:)*
     - *Added integration tests for end-to-end deployment with large payloads (10MB)*
     - *Extended integration test for recovery after broker failure*
   
   ### Documentation
   
     - Does this pull request introduce a new feature? (yes / no)
     - If yes, how is the feature documented? (not applicable / docs / JavaDocs / not documented)
     - If a feature is not applicable for documentation, explain why?
     - If a feature is not documented yet in this PR, please create a followup issue for adding the documentation
   


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



[GitHub] [incubator-inlong] EMsnap commented on a change in pull request #3102: [INLONG-3100][Agent] Upgrade Kafka to the newest version 3.1.0

Posted by GitBox <gi...@apache.org>.
EMsnap commented on a change in pull request #3102:
URL: https://github.com/apache/incubator-inlong/pull/3102#discussion_r826547151



##########
File path: inlong-agent/pom.xml
##########
@@ -69,7 +69,7 @@
         <rocksdb.version>6.14.6</rocksdb.version>
         <codec.version>1.15</codec.version>
         <prometheus.simpleclient.version>0.9.0</prometheus.simpleclient.version>
-        <kafka.version>3.0.0</kafka.version>
+        <kafka.version>3.1.0</kafka.version>

Review comment:
       Yes, tested with kafka 2.x and 3.x




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



[GitHub] [incubator-inlong] dockerzhang merged pull request #3102: [INLONG-3100][Agent] Upgrade Kafka to the newest version 3.1.0

Posted by GitBox <gi...@apache.org>.
dockerzhang merged pull request #3102:
URL: https://github.com/apache/incubator-inlong/pull/3102


   


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



[GitHub] [incubator-inlong] dockerzhang commented on a change in pull request #3102: [INLONG-3100][Agent] update kafka to newest version 3.1.0

Posted by GitBox <gi...@apache.org>.
dockerzhang commented on a change in pull request #3102:
URL: https://github.com/apache/incubator-inlong/pull/3102#discussion_r825427309



##########
File path: inlong-agent/pom.xml
##########
@@ -69,7 +69,7 @@
         <rocksdb.version>6.14.6</rocksdb.version>
         <codec.version>1.15</codec.version>
         <prometheus.simpleclient.version>0.9.0</prometheus.simpleclient.version>
-        <kafka.version>3.0.0</kafka.version>
+        <kafka.version>3.1.0</kafka.version>

Review comment:
       Is it compatible with version 2.x?




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