[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 -- 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.

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] RivenSun2 commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942858528 @guozhangwang Thank you for your reply 1. I agree that deleting the poll(long) method will make the code changes easier, but this cannot solve the root cause,

[GitHub] [kafka] guozhangwang commented on a change in pull request #9293: POC: Allow bypassing the cache layer in IQ

2021-10-13 Thread GitBox
guozhangwang commented on a change in pull request #9293: URL: https://github.com/apache/kafka/pull/9293#discussion_r728524198 ## File path: streams/src/main/java/org/apache/kafka/streams/state/internals/MeteredKeyValueStore.java ## @@ -46,43 +46,90 @@ * @param * @param

[jira] [Updated] (KAFKA-12909) Allow users to opt-into spurious left/outer stream-stream join improvement

2021-10-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12909?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-12909: Fix Version/s: (was: 3.0.0) 3.1.0 > Allow users to opt-into

[jira] [Updated] (KAFKA-8613) Make Grace Period Mandatory for Windowed Operations in Streams

2021-10-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-8613?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-8613: --- Fix Version/s: 3.1.0 > Make Grace Period Mandatory for Windowed Operations in Streams >

[GitHub] [kafka] jolshan commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
jolshan commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728455837 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -249,115 +215,126 @@ public String toString() { *

[GitHub] [kafka] jolshan commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
jolshan commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728455837 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -249,115 +215,126 @@ public String toString() { *

[GitHub] [kafka] jsancio commented on a change in pull request #10593: KAFKA-10800 Enhance the test for validation when the state machine creates a snapshot

2021-10-13 Thread GitBox
jsancio commented on a change in pull request #10593: URL: https://github.com/apache/kafka/pull/10593#discussion_r728399062 ## File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientSnapshotTest.java ## @@ -1533,6 +1508,112 @@ public void

[GitHub] [kafka] hachikuji commented on a change in pull request #10593: KAFKA-10800 Enhance the test for validation when the state machine creates a snapshot

2021-10-13 Thread GitBox
hachikuji commented on a change in pull request #10593: URL: https://github.com/apache/kafka/pull/10593#discussion_r728392933 ## File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientSnapshotTest.java ## @@ -1533,6 +1508,112 @@ public void

[GitHub] [kafka] mjsax commented on a change in pull request #11380: KAFKA-13345: Use "delete" cleanup policy for windowed stores if duplicates are enabled

2021-10-13 Thread GitBox
mjsax commented on a change in pull request #11380: URL: https://github.com/apache/kafka/pull/11380#discussion_r728377936 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/JoinStoreIntegrationTest.java ## @@ -131,4 +143,50 @@ public void

[GitHub] [kafka] tombentley commented on a change in pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-13 Thread GitBox
tombentley commented on a change in pull request #11393: URL: https://github.com/apache/kafka/pull/11393#discussion_r728299299 ## File path: clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java ## @@ -251,397 +284,114 @@ private final

[GitHub] [kafka] mimaison commented on a change in pull request #11394: KAFKA-13284: Use sftp to upload artifacts in release.py

2021-10-13 Thread GitBox
mimaison commented on a change in pull request #11394: URL: https://github.com/apache/kafka/pull/11394#discussion_r728264561 ## File path: release.py ## @@ -207,10 +217,10 @@ def get_jdk(prefs, version): jdk_java_home = get_pref(prefs, 'jdk%d' % version, lambda:

[GitHub] [kafka] guozhangwang commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
guozhangwang commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r728349026 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] mimaison merged pull request #11378: MINOR: The message of BufferExhaustedException should include pool st…

2021-10-13 Thread GitBox
mimaison merged pull request #11378: URL: https://github.com/apache/kafka/pull/11378 -- 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:

[GitHub] [kafka] RivenSun2 removed a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 removed a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212161 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] rhauch commented on a change in pull request #11323: KAFKA-12226: Commit source task offsets without blocking on batch delivery

2021-10-13 Thread GitBox
rhauch commented on a change in pull request #11323: URL: https://github.com/apache/kafka/pull/11323#discussion_r727228287 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/SubmittedRecords.java ## @@ -0,0 +1,163 @@ +/* + * Licensed to the Apache

[GitHub] [kafka] guozhangwang commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
guozhangwang commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-941700809 -- 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

[GitHub] [kafka] ijuma commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
ijuma commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728096221 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 -- 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.

[GitHub] [kafka] guozhangwang commented on a change in pull request #11368: KAFKA-13261: Add support for custom partitioners in foreign key joins

2021-10-13 Thread GitBox
guozhangwang commented on a change in pull request #11368: URL: https://github.com/apache/kafka/pull/11368#discussion_r727481457 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/KTableKTableForeignKeyInnerJoinCustomPartitionerIntegrationTest.java ## @@

[GitHub] [kafka] C0urante commented on a change in pull request #11323: KAFKA-12226: Commit source task offsets without blocking on batch delivery

2021-10-13 Thread GitBox
C0urante commented on a change in pull request #11323: URL: https://github.com/apache/kafka/pull/11323#discussion_r728049488 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -250,6 +248,9 @@ public void execute() {

[GitHub] [kafka] guozhangwang merged pull request #11362: KAFKA-13319: Do not commit empty offsets on producer

2021-10-13 Thread GitBox
guozhangwang merged pull request #11362: URL: https://github.com/apache/kafka/pull/11362 -- 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:

[GitHub] [kafka] guozhangwang commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
guozhangwang commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727557427 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] cmccabe merged pull request #11386: MINOR: Fix highest offset when loading KRaft metadata snapshots

2021-10-13 Thread GitBox
cmccabe merged pull request #11386: URL: https://github.com/apache/kafka/pull/11386 -- 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:

[GitHub] [kafka] guozhangwang merged pull request #11188: KAFKA-13021: disallow grace called after grace set via new API

2021-10-13 Thread GitBox
guozhangwang merged pull request #11188: URL: https://github.com/apache/kafka/pull/11188 -- 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:

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727884034 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942172371 -- 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

[GitHub] [kafka] cmccabe commented on pull request #11386: MINOR: Fix highest offset when loading KRaft metadata snapshots

2021-10-13 Thread GitBox
cmccabe commented on pull request #11386: URL: https://github.com/apache/kafka/pull/11386#issuecomment-941788779 Test failures look like flakes. Committing now. Thanks, @jsancio -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [kafka] jsancio commented on a change in pull request #10593: KAFKA-10800 Enhance the test for validation when the state machine creates a snapshot

2021-10-13 Thread GitBox
jsancio commented on a change in pull request #10593: URL: https://github.com/apache/kafka/pull/10593#discussion_r727462578 ## File path: raft/src/test/java/org/apache/kafka/raft/KafkaRaftClientSnapshotTest.java ## @@ -1533,6 +1508,112 @@ public void

[GitHub] [kafka] mimaison commented on a change in pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-13 Thread GitBox
mimaison commented on a change in pull request #11393: URL: https://github.com/apache/kafka/pull/11393#discussion_r728131618 ## File path: clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java ## @@ -251,397 +284,114 @@ private final

[GitHub] [kafka] guozhangwang merged pull request #11234: KAFKA-13212: add support infinite query for session store

2021-10-13 Thread GitBox
guozhangwang merged pull request #11234: URL: https://github.com/apache/kafka/pull/11234 -- 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:

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r727909392 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -249,115 +215,126 @@ public String toString() { *

[GitHub] [kafka] tombentley commented on a change in pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-13 Thread GitBox
tombentley commented on a change in pull request #11393: URL: https://github.com/apache/kafka/pull/11393#discussion_r728299299 ## File path: clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java ## @@ -251,397 +284,114 @@ private final

[GitHub] [kafka] mimaison commented on a change in pull request #11394: KAFKA-13284: Use sftp to upload artifacts in release.py

2021-10-13 Thread GitBox
mimaison commented on a change in pull request #11394: URL: https://github.com/apache/kafka/pull/11394#discussion_r728264561 ## File path: release.py ## @@ -207,10 +217,10 @@ def get_jdk(prefs, version): jdk_java_home = get_pref(prefs, 'jdk%d' % version, lambda:

[GitHub] [kafka] mimaison opened a new pull request #11394: KAFKA-13284: Use sftp to upload artifacts in release.py

2021-10-13 Thread GitBox
mimaison opened a new pull request #11394: URL: https://github.com/apache/kafka/pull/11394 - automatically upload artifacts to Apache Home using sftp - fix the logic to find JDK 17 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation

[jira] [Commented] (KAFKA-13364) SQL Processor Alerts Creation when Failed

2021-10-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13364?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428318#comment-17428318 ] Matthias J. Sax commented on KAFKA-13364: - Not sure if I understand this request. Also, what do

[jira] [Updated] (KAFKA-13364) SQL Processor Alerts Creation when Failed

2021-10-13 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13364?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Matthias J. Sax updated KAFKA-13364: Fix Version/s: (was: 2.5.1) (was: 3.0.0) > SQL Processor

[jira] [Assigned] (KAFKA-13284) Use sftp protocol in release.py to upload release candidate artifacts

2021-10-13 Thread Mickael Maison (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13284?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mickael Maison reassigned KAFKA-13284: -- Assignee: Mickael Maison > Use sftp protocol in release.py to upload release

[GitHub] [kafka] mimaison merged pull request #11378: MINOR: The message of BufferExhaustedException should include pool st…

2021-10-13 Thread GitBox
mimaison merged pull request #11378: URL: https://github.com/apache/kafka/pull/11378 -- 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:

[jira] [Created] (KAFKA-13374) [Docs] - All reads from the leader of the partition even after KIP-392?

2021-10-13 Thread Robin Moffatt (Jira)
Robin Moffatt created KAFKA-13374: - Summary: [Docs] - All reads from the leader of the partition even after KIP-392? Key: KAFKA-13374 URL: https://issues.apache.org/jira/browse/KAFKA-13374 Project:

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728132912 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] mimaison commented on a change in pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-13 Thread GitBox
mimaison commented on a change in pull request #11393: URL: https://github.com/apache/kafka/pull/11393#discussion_r728132165 ## File path: clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java ## @@ -251,397 +284,114 @@ private final

[GitHub] [kafka] mimaison commented on a change in pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-13 Thread GitBox
mimaison commented on a change in pull request #11393: URL: https://github.com/apache/kafka/pull/11393#discussion_r728131618 ## File path: clients/src/test/java/org/apache/kafka/common/requests/RequestResponseTest.java ## @@ -251,397 +284,114 @@ private final

[GitHub] [kafka] mimaison opened a new pull request #11393: MINOR: Refactor RequestResponseTest

2021-10-13 Thread GitBox
mimaison opened a new pull request #11393: URL: https://github.com/apache/kafka/pull/11393 - Ensure we test all requests and responses - Code cleanups ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test

[GitHub] [kafka] ijuma commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
ijuma commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728127262 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728115288 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728124707 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728115288 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] ijuma commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
ijuma commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r728096221 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] C0urante commented on a change in pull request #11323: KAFKA-12226: Commit source task offsets without blocking on batch delivery

2021-10-13 Thread GitBox
C0urante commented on a change in pull request #11323: URL: https://github.com/apache/kafka/pull/11323#discussion_r728086626 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -378,7 +370,7 @@ private boolean sendRecords()

[jira] [Created] (KAFKA-13373) ValueTransformerWithKeySupplier doesn't work with store()

2021-10-13 Thread Anatoly Tsyganenko (Jira)
Anatoly Tsyganenko created KAFKA-13373: -- Summary: ValueTransformerWithKeySupplier doesn't work with store() Key: KAFKA-13373 URL: https://issues.apache.org/jira/browse/KAFKA-13373 Project: Kafka

[GitHub] [kafka] C0urante commented on a change in pull request #11323: KAFKA-12226: Commit source task offsets without blocking on batch delivery

2021-10-13 Thread GitBox
C0urante commented on a change in pull request #11323: URL: https://github.com/apache/kafka/pull/11323#discussion_r728049488 ## File path: connect/runtime/src/main/java/org/apache/kafka/connect/runtime/WorkerSourceTask.java ## @@ -250,6 +248,9 @@ public void execute() {

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r727996093 ## File path: core/src/main/scala/kafka/server/KafkaApis.scala ## @@ -708,40 +701,41 @@ class KafkaApis(val requestChannel: RequestChannel, None

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] RivenSun2 removed a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 removed a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212161 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] RivenSun2 edited a comment on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 edited a comment on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer

[GitHub] [kafka] RivenSun2 commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212413 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer can be

[GitHub] [kafka] RivenSun2 commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942212161 @guozhangwang To add, I think it is necessary to automatically clean up non-existent offsets in the `onJoinPrepare` method We now agree that offsetCommitTimer can be

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727950795 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727950795 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-942172371 Thank you @guozhangwang for your reply, I have added some comments above, please check it out. Secondly, I have conducted an end-to-end test, the consumer is running

[GitHub] [kafka] dajac commented on a change in pull request #11331: KAFKA-13111: Re-evaluate Fetch Sessions when using topic IDs

2021-10-13 Thread GitBox
dajac commented on a change in pull request #11331: URL: https://github.com/apache/kafka/pull/11331#discussion_r727909392 ## File path: clients/src/main/java/org/apache/kafka/clients/FetchSessionHandler.java ## @@ -249,115 +215,126 @@ public String toString() { *

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727884034 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727884034 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727884034 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727884034 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[GitHub] [kafka] RivenSun2 commented on a change in pull request #11340: KAFKA-13310 : KafkaConsumer cannot jump out of the poll method, and the…

2021-10-13 Thread GitBox
RivenSun2 commented on a change in pull request #11340: URL: https://github.com/apache/kafka/pull/11340#discussion_r727884034 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -994,11 +996,16 @@ public boolean

[jira] [Commented] (KAFKA-13372) failed authentication due to: SSL handshake failed

2021-10-13 Thread Piotr Smolinski (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13372?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17428084#comment-17428084 ] Piotr Smolinski commented on KAFKA-13372: - Try checking the TLS server endpoint with OpenSSL.  

[jira] [Assigned] (KAFKA-13349) Allow Iterator.remove on KeyValueIterator

2021-10-13 Thread loboxu (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13349?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] loboxu reassigned KAFKA-13349: -- Assignee: loboxu (was: Bartłomiej Stachura) > Allow Iterator.remove on KeyValueIterator >