[jira] [Updated] (KAFKA-12530) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12530?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] kaushik srinivas updated KAFKA-12530: - Description: We are trying to use kafka-configs script to modify the sasl jaas configur

[jira] [Updated] (KAFKA-12531) kafka-consumer-groups list got multiple duplicate values

2021-03-23 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] donglei updated KAFKA-12531: Description: I used kafka-consumer-groups.sh script to get the consumer group list, but it gets multiple

[jira] [Updated] (KAFKA-12531) kafka-consumer-groups list got multiple duplicate values

2021-03-23 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] donglei updated KAFKA-12531: Description: I use > kafka-consumer-groups list got multiple duplicate values > --

[jira] [Updated] (KAFKA-12531) kafka-consumer-groups list got multiple duplicate values

2021-03-23 Thread donglei (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12531?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] donglei updated KAFKA-12531: Summary: kafka-consumer-groups list got multiple duplicate values (was: kafka-consumer-groups list got)

[jira] [Created] (KAFKA-12531) kafka-consumer-groups list got

2021-03-23 Thread donglei (Jira)
donglei created KAFKA-12531: --- Summary: kafka-consumer-groups list got Key: KAFKA-12531 URL: https://issues.apache.org/jira/browse/KAFKA-12531 Project: Kafka Issue Type: Bug Affects Versions: 0.

[jira] [Resolved] (KAFKA-12479) Combine partition offset requests into single request in ConsumerGroupCommand

2021-03-23 Thread Rajini Sivaram (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12479?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Rajini Sivaram resolved KAFKA-12479. Fix Version/s: 3.0.0 Reviewer: David Jacot Resolution: Fixed > Combine par

[GitHub] [kafka] rajinisivaram merged pull request #10371: KAFKA-12479: Batch partition offset requests in ConsumerGroupCommand

2021-03-23 Thread GitBox
rajinisivaram merged pull request #10371: URL: https://github.com/apache/kafka/pull/10371 -- 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. For queries about this service,

[GitHub] [kafka] rajinisivaram commented on pull request #10371: KAFKA-12479: Batch partition offset requests in ConsumerGroupCommand

2021-03-23 Thread GitBox
rajinisivaram commented on pull request #10371: URL: https://github.com/apache/kafka/pull/10371#issuecomment-804769518 @dajac @chia7712 @ijuma Thanks for the reviews, merging to trunk. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to

[jira] [Commented] (KAFKA-12475) Kafka Streams breaks EOS with remote state stores

2021-03-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12475?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306916#comment-17306916 ] Bruno Cadonna commented on KAFKA-12475: --- Yes, I agree with you. I mainly brought t

[jira] [Commented] (KAFKA-12519) Consider Removing Streams Old Built-in Metrics Version

2021-03-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306914#comment-17306914 ] Bruno Cadonna commented on KAFKA-12519: --- [~ableegoldman] Good catch! I was sure I

[jira] [Updated] (KAFKA-12519) Consider Removing Streams Old Built-in Metrics Version

2021-03-23 Thread Bruno Cadonna (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12519?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Bruno Cadonna updated KAFKA-12519: -- Priority: Blocker (was: Major) > Consider Removing Streams Old Built-in Metrics Version > --

[jira] [Commented] (KAFKA-12530) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12530?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17306892#comment-17306892 ] kaushik srinivas commented on KAFKA-12530: -- Hi [~enether] Can you provide us s

[jira] [Created] (KAFKA-12530) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-12530: Summary: kafka-configs.sh does not work while changing the sasl jaas configurations. Key: KAFKA-12530 URL: https://issues.apache.org/jira/browse/KAFKA-12530 P

[jira] [Created] (KAFKA-12529) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-12529: Summary: kafka-configs.sh does not work while changing the sasl jaas configurations. Key: KAFKA-12529 URL: https://issues.apache.org/jira/browse/KAFKA-12529 P

[jira] [Created] (KAFKA-12528) kafka-configs.sh does not work while changing the sasl jaas configurations.

2021-03-23 Thread kaushik srinivas (Jira)
kaushik srinivas created KAFKA-12528: Summary: kafka-configs.sh does not work while changing the sasl jaas configurations. Key: KAFKA-12528 URL: https://issues.apache.org/jira/browse/KAFKA-12528 P

[GitHub] [kafka] rajinisivaram commented on a change in pull request #10371: KAFKA-12479: Batch partition offset requests in ConsumerGroupCommand

2021-03-23 Thread GitBox
rajinisivaram commented on a change in pull request #10371: URL: https://github.com/apache/kafka/pull/10371#discussion_r599352571 ## File path: core/src/test/scala/unit/kafka/admin/ConsumerGroupServiceTest.scala ## @@ -0,0 +1,133 @@ +/** + * Licensed to the Apache Software Foun

[GitHub] [kafka] guozhangwang opened a new pull request #10380: KAFKA-12527: Remove deprecated PartitionGrouper

2021-03-23 Thread GitBox
guozhangwang opened a new pull request #10380: URL: https://github.com/apache/kafka/pull/10380 ### Committer Checklist (excluded from commit message) - [ ] Verify design and implementation - [ ] Verify test coverage and CI build status - [ ] Verify documentation (including

[GitHub] [kafka] dajac merged pull request #10351: MINOR: use new method to get number of topics in DeleteTopicsRequest

2021-03-23 Thread GitBox
dajac merged pull request #10351: URL: https://github.com/apache/kafka/pull/10351 -- 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. For queries about this service, please c

[jira] [Updated] (KAFKA-12527) Remove deprecated "PartitionGrouper" interface

2021-03-23 Thread Guozhang Wang (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12527?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Guozhang Wang updated KAFKA-12527: -- Summary: Remove deprecated "PartitionGrouper" interface (was: Remove deprecated "PartitionAss

[jira] [Created] (KAFKA-12527) Remove deprecated "PartitionAssignor" interface

2021-03-23 Thread Guozhang Wang (Jira)
Guozhang Wang created KAFKA-12527: - Summary: Remove deprecated "PartitionAssignor" interface Key: KAFKA-12527 URL: https://issues.apache.org/jira/browse/KAFKA-12527 Project: Kafka Issue Type:

<    1   2