[jira] [Updated] (KAFKA-13422) Even if the correct username and password are configured, when ClientBroker or KafkaClient tries to establish a SASL connection to ServerBroker, an exception is thrown:

2022-01-04 Thread RivenSun (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] RivenSun updated KAFKA-13422: - Reviewer: Guozhang Wang (was: Luke Chen) > Even if the correct username and password are configured,

[jira] [Commented] (KAFKA-13422) Even if the correct username and password are configured, when ClientBroker or KafkaClient tries to establish a SASL connection to ServerBroker, an exception is thrown

2022-01-04 Thread RivenSun (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13422?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469084#comment-17469084 ] RivenSun commented on KAFKA-13422: -- Hi [~guozhang]  [~rsivaram]  [~ijuma]  I think this issue is a

[GitHub] [kafka] showuon edited a comment on pull request #11631: [WIP] KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-01-04 Thread GitBox
showuon edited a comment on pull request #11631: URL: https://github.com/apache/kafka/pull/11631#issuecomment-1005407357 @guozhangwang , thanks for your comment. Answering your question below: > I'm wondering if this fix is a bit overkill, e.g. for those consumers who do not even

[GitHub] [kafka] showuon commented on pull request #11631: [WIP] KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-01-04 Thread GitBox
showuon commented on pull request #11631: URL: https://github.com/apache/kafka/pull/11631#issuecomment-1005407357 @guozhangwang , answer your question below: > I'm wondering if this fix is a bit overkill, e.g. for those consumers who do not even set the group ID and do not rely on

[GitHub] [kafka] guozhangwang commented on pull request #11627: KAFKA-13565: add consumer exponential backoff for KIP-580

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11627: URL: https://github.com/apache/kafka/pull/11627#issuecomment-1005389524 Thanks @showuon , I've made a quick pass and it looks promising to me. I'm pinging @dajac and @kirktrue who would be the best reviewers for this. -- This is an

[jira] [Commented] (KAFKA-13563) FindCoordinatorFuture never get cleared in non-group mode( consumer#assign)

2022-01-04 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469023#comment-17469023 ] Guozhang Wang commented on KAFKA-13563: --- Hi [~showuon] thanks for the report, I've reviewed the PR

[GitHub] [kafka] guozhangwang commented on a change in pull request #11631: [WIP] KAFKA-13563: clear FindCoordinatorFuture for non consumer group mode

2022-01-04 Thread GitBox
guozhangwang commented on a change in pull request #11631: URL: https://github.com/apache/kafka/pull/11631#discussion_r778549345 ## File path: clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java ## @@ -517,15 +517,13 @@ public boolean

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

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11340: URL: https://github.com/apache/kafka/pull/11340#issuecomment-1005381862 Retriggering jenkins tests. -- 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

[jira] [Comment Edited] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469016#comment-17469016 ] Eugen Dück edited comment on KAFKA-13289 at 1/5/22, 4:53 AM: - That would be

[GitHub] [kafka] guozhangwang commented on pull request #11424: KAFKA-13152: Replace "buffered.records.per.partition" with "input.buffer.max.bytes"

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11424: URL: https://github.com/apache/kafka/pull/11424#issuecomment-1005381382 @vamossagar12 Note that `TopologyConfig` is an internal class for now, and hence should not use deprecated values, I think we need to update this class to directly use

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469016#comment-17469016 ] Eugen Dück commented on KAFKA-13289: Yes, if you use Matthew's repo, which gives the "Skipping

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469010#comment-17469010 ] Matthias J. Sax commented on KAFKA-13289: - You can reproduce with the code in the github repo

[GitHub] [kafka] mjsax opened a new pull request #11648: MINOR: add default-replication-factor to MockAdminClient

2022-01-04 Thread GitBox
mjsax opened a new pull request #11648: URL: https://github.com/apache/kafka/pull/11648 MockAdminClient should add `default.replication.factor` to the config of each node. Otherwise, `describeConfigs()` does not return the default replication factor correctly. -- This is an automated

[GitHub] [kafka] vamossagar12 commented on pull request #11424: KAFKA-13152: Replace "buffered.records.per.partition" with "input.buffer.max.bytes"

2022-01-04 Thread GitBox
vamossagar12 commented on pull request #11424: URL: https://github.com/apache/kafka/pull/11424#issuecomment-1005361882 @guozhangwang , it's due to the usage of deprecated configs and gradle having a check against it. ``` [2022-01-04T23:35:30.575Z]

[jira] [Updated] (KAFKA-13563) FindCoordinatorFuture never get cleared in non-group mode( consumer#assign)

2022-01-04 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13563?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Luke Chen updated KAFKA-13563: -- Affects Version/s: 3.0.0 2.7.1 > FindCoordinatorFuture never get cleared in

[jira] [Commented] (KAFKA-13563) FindCoordinatorFuture never get cleared in non-group mode( consumer#assign)

2022-01-04 Thread Luke Chen (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13563?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17469004#comment-17469004 ] Luke Chen commented on KAFKA-13563: --- [~guozhang] [~ableegoldman], you might want to check this issue,

[jira] [Commented] (KAFKA-13570) Fallback of unsupported versions of ApiVersionsRequest and RequestHeader?

2022-01-04 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13570?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468965#comment-17468965 ] dengziming commented on KAFKA-13570: I don't  think it's a simple problem for a Server to properly

[jira] [Comment Edited] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468913#comment-17468913 ] Eugen Dück edited comment on KAFKA-13289 at 1/5/22, 2:38 AM: - [~mjsax]  I

[GitHub] [kafka] ccding commented on pull request #11641: MINOR: update the comment for Utils.atomicMoveWithFallback

2022-01-04 Thread GitBox
ccding commented on pull request #11641: URL: https://github.com/apache/kafka/pull/11641#issuecomment-1005331649 cc @junrao -- 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

[GitHub] [kafka] guozhangwang commented on pull request #11424: KAFKA-13152: Replace "buffered.records.per.partition" with "input.buffer.max.bytes"

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11424: URL: https://github.com/apache/kafka/pull/11424#issuecomment-1005259979 @vamossagar12 there are some compilation errors in jenkins, could you rebase from latest trunk and check what's the issue? Please ping me once that's resolved. -- This

[GitHub] [kafka] guozhangwang merged pull request #11460: KAFKA-13425: Optimization of KafkaConsumer#pause semantics

2022-01-04 Thread GitBox
guozhangwang merged pull request #11460: URL: https://github.com/apache/kafka/pull/11460 -- 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 pull request #11460: KAFKA-13425: Optimization of KafkaConsumer#pause semantics

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11460: URL: https://github.com/apache/kafka/pull/11460#issuecomment-1005257929 Thanks @RivenSun2 for the improvement and @showuon for the reviews, LGTM to clarify it. -- This is an automated message from the Apache Git Service. To respond to the

[GitHub] [kafka] vvcephei commented on pull request #11624: KAFKA-13553: add PAPI KV store tests for IQv2

2022-01-04 Thread GitBox
vvcephei commented on pull request #11624: URL: https://github.com/apache/kafka/pull/11624#issuecomment-1005250957 Thanks, @guozhangwang ! -- 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

[GitHub] [kafka] vvcephei commented on a change in pull request #11624: KAFKA-13553: add PAPI KV store tests for IQv2

2022-01-04 Thread GitBox
vvcephei commented on a change in pull request #11624: URL: https://github.com/apache/kafka/pull/11624#discussion_r778456441 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/IQv2StoreIntegrationTest.java ## @@ -365,109 +395,200 @@ public void

[jira] [Comment Edited] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468912#comment-17468912 ] Eugen Dück edited comment on KAFKA-13289 at 1/4/22, 11:34 PM: -- [~mjsax]  I

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468913#comment-17468913 ] Eugen Dück commented on KAFKA-13289: [~mjsax]  I just retried with confluentinc/cp-kafka:7.0.1,

[GitHub] [kafka] guozhangwang commented on pull request #11424: KAFKA-13152: Replace "buffered.records.per.partition" with "input.buffer.max.bytes"

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11424: URL: https://github.com/apache/kafka/pull/11424#issuecomment-1005247992 Thanks @vamossagar12 , I do not have further comments now, re-triggering the jenkins tests. -- This is an automated message from the Apache Git Service. To respond to

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Jira
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468912#comment-17468912 ] Eugen Dück commented on KAFKA-13289: [~mjsax]  I tried setting `max.task.idle.ms` like so:

[jira] [Commented] (KAFKA-13289) Bulk processing correctly ordered input data through a join with kafka-streams results in `Skipping record for expired segment`

2022-01-04 Thread Matthias J. Sax (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13289?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468879#comment-17468879 ] Matthias J. Sax commented on KAFKA-13289: - {quote}However in the cases mentioned here, there is

[GitHub] [kafka] guozhangwang commented on pull request #11624: KAFKA-13553: add PAPI KV store tests for IQv2

2022-01-04 Thread GitBox
guozhangwang commented on pull request #11624: URL: https://github.com/apache/kafka/pull/11624#issuecomment-1005074050 Hey @vvcephei , please feel free to merge after addressed the comments and resolved conflicts. -- This is an automated message from the Apache Git Service. To respond

[GitHub] [kafka] guozhangwang commented on a change in pull request #11624: KAFKA-13553: add PAPI KV store tests for IQv2

2022-01-04 Thread GitBox
guozhangwang commented on a change in pull request #11624: URL: https://github.com/apache/kafka/pull/11624#discussion_r778303747 ## File path: streams/src/test/java/org/apache/kafka/streams/integration/IQv2StoreIntegrationTest.java ## @@ -365,109 +395,200 @@ public void

[GitHub] [kafka] guozhangwang commented on a change in pull request #11609: KAFKA-12648: fixes for query APIs and blocking calls

2022-01-04 Thread GitBox
guozhangwang commented on a change in pull request #11609: URL: https://github.com/apache/kafka/pull/11609#discussion_r778297858 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamsMetadataState.java ## @@ -296,9 +297,10 @@ private boolean

[GitHub] [kafka] liuchang0520 commented on pull request #11641: MINOR: update the comment for Utils.atomicMoveWithFallback

2022-01-04 Thread GitBox
liuchang0520 commented on pull request #11641: URL: https://github.com/apache/kafka/pull/11641#issuecomment-1004972135 Hi @showuon , can you help me to merge this PR? I don't have write access. -- This is an automated message from the Apache Git Service. To respond to the message,

[jira] [Commented] (KAFKA-13574) NotLeaderOrFollowerException thrown for a successful send

2022-01-04 Thread Kyle Kingsbury (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-13574?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17468697#comment-17468697 ] Kyle Kingsbury commented on KAFKA-13574: > NOT_LEADER_OR_FOLLOWER is considered an indefinite

[GitHub] [kafka] lhunyady commented on pull request #11333: KAFKA-13306: Null connector config value passes validation, but fails creation

2022-01-04 Thread GitBox
lhunyady commented on pull request #11333: URL: https://github.com/apache/kafka/pull/11333#issuecomment-1004848659 Thank you @C0urante, I have updated the pull request with your valuable suggestions. -- This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] [kafka] mdshadabin commented on pull request #10056: KAFKA-12293: remove JCenter and Bintray repositories mentions out of build gradle scripts (sunset is announced for those repositories)

2022-01-04 Thread GitBox
mdshadabin commented on pull request #10056: URL: https://github.com/apache/kafka/pull/10056#issuecomment-1004827722 > i still see issue with kafka 2.8.0 few days back i have downloaded kafka 2.8.0 source code (from https://kafka.apache.org/downloads ) and build binaries

[GitHub] [kafka] showuon opened a new pull request #11647: KAFKA-13567: adminClient exponential backoff implementation for KIP-580

2022-01-04 Thread GitBox
showuon opened a new pull request #11647: URL: https://github.com/apache/kafka/pull/11647 *More detailed description of your change, if necessary. The PR title and PR message become the squashed commit message, so use a separate comment to ping reviewers.* *Summary of

[GitHub] [kafka] mimaison merged pull request #11564: MINOR: improve consoleProducer option description

2022-01-04 Thread GitBox
mimaison merged pull request #11564: URL: https://github.com/apache/kafka/pull/11564 -- 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] richard-axual commented on a change in pull request #11535: KAFKA-13476: Increase resilience timestamp decoding Kafka Streams

2022-01-04 Thread GitBox
richard-axual commented on a change in pull request #11535: URL: https://github.com/apache/kafka/pull/11535#discussion_r777961628 ## File path: streams/src/main/java/org/apache/kafka/streams/processor/internals/StreamTask.java ## @@ -1097,15 +1097,20 @@ long

[GitHub] [kafka] mimaison commented on a change in pull request #11642: MINOR: Improve Connect docs

2022-01-04 Thread GitBox
mimaison commented on a change in pull request #11642: URL: https://github.com/apache/kafka/pull/11642#discussion_r777904250 ## File path: docs/connect.html ## @@ -41,7 +41,7 @@ Running Kafka ConnectIn standalone mode all work is performed in a single process. This

[GitHub] [kafka] GOODBOY008 commented on pull request #11644: KAFKA-13433:JsonConverter's method convertToJson when field is optional with default value and value is null, return default value.

2022-01-04 Thread GitBox
GOODBOY008 commented on pull request #11644: URL: https://github.com/apache/kafka/pull/11644#issuecomment-1004601251 @ewencp Please cc. -- 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