[GitHub] [kafka] hachikuji opened a new pull request, #12612: MINOR: Remove redundant version system tests

2022-09-08 Thread GitBox
hachikuji opened a new pull request, #12612: URL: https://github.com/apache/kafka/pull/12612 This patch removes `test_kafka_version.py`, which contains two tests at the moment. The first test verifies we can start a 0.8.2 cluster. The second verifies we can start a cluster with one node on

[GitHub] [kafka] jsancio commented on pull request #12612: MINOR: Remove redundant version system tests

2022-09-08 Thread GitBox
jsancio commented on PR #12612: URL: https://github.com/apache/kafka/pull/12612#issuecomment-1241390763 Merging. No need to wait for the Jenkins build. -- 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 g

[GitHub] [kafka] jsancio merged pull request #12612: MINOR: Remove redundant version system tests

2022-09-08 Thread GitBox
jsancio merged PR #12612: URL: https://github.com/apache/kafka/pull/12612 -- 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-unsubscr...@kafka.apache.

[jira] [Created] (KAFKA-14210) client quota config key is sanitized in Kraft broker

2022-09-08 Thread dengziming (Jira)
dengziming created KAFKA-14210: -- Summary: client quota config key is sanitized in Kraft broker Key: KAFKA-14210 URL: https://issues.apache.org/jira/browse/KAFKA-14210 Project: Kafka Issue Type

[jira] [Updated] (KAFKA-14210) client quota config key is sanitized in Kraft broker

2022-09-08 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming updated KAFKA-14210: --- Description: we sanitized the key in zk mode but don't sanitized in Kraft mode. (was: Update client

[jira] [Updated] (KAFKA-14210) client quota config key is sanitized in Kraft broker

2022-09-08 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming updated KAFKA-14210: --- Description: we sanitized the key in zk mode but don't sanitized in Kraft mode. {code:java} public

[jira] [Resolved] (KAFKA-14210) client quota config key is sanitized in Kraft broker

2022-09-08 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming resolved KAFKA-14210. Resolution: Not A Problem > client quota config key is sanitized in Kraft broker > --

[jira] [Updated] (KAFKA-14210) client quota config key is sanitized in Kraft broker

2022-09-08 Thread dengziming (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14210?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] dengziming updated KAFKA-14210: --- Description: we sanitized the key in zk mode but don't sanitized in Kraft mode. {code:java} public c

[GitHub] [kafka] philipnee commented on a diff in pull request #12603: KAFKA-14196: Pausing partition to prevent duplication when autocommit is enabled

2022-09-08 Thread GitBox
philipnee commented on code in PR #12603: URL: https://github.com/apache/kafka/pull/12603#discussion_r966581908 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ## @@ -756,10 +756,15 @@ protected boolean onJoinPrepare(Timer timer, in

[GitHub] [kafka] philipnee commented on a diff in pull request #12603: KAFKA-14196: Pausing partition to prevent duplication when autocommit is enabled

2022-09-08 Thread GitBox
philipnee commented on code in PR #12603: URL: https://github.com/apache/kafka/pull/12603#discussion_r966582411 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ## @@ -799,64 +804,95 @@ protected boolean onJoinPrepare(Timer timer, in

[GitHub] [kafka] philipnee commented on a diff in pull request #12603: KAFKA-14196: Pausing partition to prevent duplication when autocommit is enabled

2022-09-08 Thread GitBox
philipnee commented on code in PR #12603: URL: https://github.com/apache/kafka/pull/12603#discussion_r966583573 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ## @@ -756,10 +756,15 @@ protected boolean onJoinPrepare(Timer timer, in

[GitHub] [kafka] philipnee commented on a diff in pull request #12603: KAFKA-14196: Pausing partition to prevent duplication when autocommit is enabled

2022-09-08 Thread GitBox
philipnee commented on code in PR #12603: URL: https://github.com/apache/kafka/pull/12603#discussion_r966583573 ## clients/src/main/java/org/apache/kafka/clients/consumer/internals/ConsumerCoordinator.java: ## @@ -756,10 +756,15 @@ protected boolean onJoinPrepare(Timer timer, in

[GitHub] [kafka] liuzc9 opened a new pull request, #12613: modify punctuation marks to solve documents page garbled data

2022-09-08 Thread GitBox
liuzc9 opened a new pull request, #12613: URL: https://github.com/apache/kafka/pull/12613 *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 testing

[jira] [Commented] (KAFKA-14202) IQv2: Expose binary store schema to store implementations

2022-09-08 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602107#comment-17602107 ] Guozhang Wang commented on KAFKA-14202: --- Hey [~vvcephei] are you considering the s

[jira] [Commented] (KAFKA-6599) KTable KTable join semantics violated when caching enabled

2022-09-08 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-6599?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602124#comment-17602124 ] Guozhang Wang commented on KAFKA-6599: -- Hi [~jfilipiak], great to hear back from you

[jira] [Commented] (KAFKA-12887) Do not trigger user-customized ExceptionalHandler for RTE

2022-09-08 Thread Ian Corne (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12887?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602128#comment-17602128 ] Ian Corne commented on KAFKA-12887: --- Hello, Yes, 3.1.1 still contains this. Spring b

[jira] [Commented] (KAFKA-10635) Streams application fails with OutOfOrderSequenceException after rolling restarts of brokers

2022-09-08 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-10635?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17602131#comment-17602131 ] Guozhang Wang commented on KAFKA-10635: --- Hello [~nicktelford], thanks for the upda

<    1   2