You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/27 17:57:08 UTC

[GitHub] [flink] JingGe opened a new pull request, #21181: [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15

JingGe opened a new pull request, #21181:
URL: https://github.com/apache/flink/pull/21181

   ## What is the purpose of the change
   
   Back port #21172  to master: Change the docs: FlinkKafkaConsumer is deprecated and will be removed with Flink 1.17 instead of 1.15 since Flink 1.16 has code freeze and will be released soon.
   
   ## Brief change log
   
    - kafka.md
    - zh kafka.md
   
   
   ## Verifying this change
   
   This change is a trivial doc update without any test coverage.


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] JingGe commented on pull request #21181: [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15

Posted by GitBox <gi...@apache.org>.
JingGe commented on PR #21181:
URL: https://github.com/apache/flink/pull/21181#issuecomment-1297490692

   @flinkbot run azure


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] PatrickRen merged pull request #21181: [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15

Posted by GitBox <gi...@apache.org>.
PatrickRen merged PR #21181:
URL: https://github.com/apache/flink/pull/21181


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] zentol commented on pull request #21181: [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15

Posted by GitBox <gi...@apache.org>.
zentol commented on PR #21181:
URL: https://github.com/apache/flink/pull/21181#issuecomment-1296936239

   Let's just remove that entire line; why document something like that if we aren't committing to it.


-- 
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: issues-unsubscribe@flink.apache.org

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


Re: [PR] [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15 [flink]

Posted by "ngannt1710 (via GitHub)" <gi...@apache.org>.
ngannt1710 commented on PR #21181:
URL: https://github.com/apache/flink/pull/21181#issuecomment-1800977428

   I use FlinkKafkaConsumer with two consumer and two partitions. But the two consumers receive the same message regardless of which partitions it is pushed to. Can you suggest me to help solve this problem?


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] flinkbot commented on pull request #21181: [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15

Posted by GitBox <gi...@apache.org>.
flinkbot commented on PR #21181:
URL: https://github.com/apache/flink/pull/21181#issuecomment-1293882353

   <!--
   Meta data
   {
     "version" : 1,
     "metaDataEntries" : [ {
       "hash" : "85079793ed48230d97a1921862c7d28304f34fc7",
       "status" : "UNKNOWN",
       "url" : "TBD",
       "triggerID" : "85079793ed48230d97a1921862c7d28304f34fc7",
       "triggerType" : "PUSH"
     } ]
   }-->
   ## CI report:
   
   * 85079793ed48230d97a1921862c7d28304f34fc7 UNKNOWN
   
   <details>
   <summary>Bot commands</summary>
     The @flinkbot bot supports the following commands:
   
    - `@flinkbot run azure` re-run the last Azure build
   </details>


-- 
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: issues-unsubscribe@flink.apache.org

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


[GitHub] [flink] JingGe commented on pull request #21181: [hotfix][doc] `FlinkKafkaConsumer` will be removed with Flink 1.17 instead of 1.15

Posted by GitBox <gi...@apache.org>.
JingGe commented on PR #21181:
URL: https://github.com/apache/flink/pull/21181#issuecomment-1297196904

   Because nothing has been changed until now and the content should be synced with older releases before consensus has been reached to remove the deprecated code. If we remove the entire line for now but couldn't remove the code with 1.17, we might have to change it back. 
   
   After removing `FlinkKafkaConsumer` and (maybe) graduating some APIs(need discussion and voting), the content should be updated. Removing the entire line is one option but better would be pointing out that the `FlinkKafkaConsumer` has been removed with 1.17 to share the reference with customers, in case they are looking for `FlinkKafkaConsumer` and could not find it.


-- 
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: issues-unsubscribe@flink.apache.org

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