[jira] [Created] (KAFKA-12987) kafka用户无密码防暴力破解功能

2021-06-23 Thread chenzongyi (Jira)
chenzongyi created KAFKA-12987: -- Summary: kafka用户无密码防暴力破解功能 Key: KAFKA-12987 URL: https://issues.apache.org/jira/browse/KAFKA-12987 Project: Kafka Issue Type: Improvement Components:

[jira] [Created] (KAFKA-12986) Throttled Replicas validator should validate that the proposed value is parseable

2021-06-23 Thread David Mao (Jira)
David Mao created KAFKA-12986: - Summary: Throttled Replicas validator should validate that the proposed value is parseable Key: KAFKA-12986 URL: https://issues.apache.org/jira/browse/KAFKA-12986 Project:

Jenkins build is unstable: Kafka » Kafka Branch Builder » trunk #249

2021-06-23 Thread Apache Jenkins Server
See

[jira] [Resolved] (KAFKA-12482) Remove deprecated rest.host.name and rest.port Connect worker configs

2021-06-23 Thread Randall Hauch (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12482?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Randall Hauch resolved KAFKA-12482. --- Reviewer: Randall Hauch Resolution: Fixed Merged to `trunk`. > Remove deprecated

[jira] [Resolved] (KAFKA-12786) Getting SslTransportLayerTest error

2021-06-23 Thread Ismael Juma (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-12786?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ismael Juma resolved KAFKA-12786. - Resolution: Duplicate Since it's the same root cause as KAFKA-12790, marking as a duplicate of

Re: [DISCUSS] KIP-501 Avoid out-of-sync or offline partitions when follower fetch requests are not processed in time

2021-06-23 Thread Ryanne Dolan
Satish, we encounter this frequently and consider it a major bug. Your solution makes sense to me. Ryanne On Tue, Jun 22, 2021, 7:29 PM Satish Duggana wrote: > Hi, > Bumping up the discussion thread on KIP-501 about avoiding out-of-sync or > offline partitions when follower fetch requests are

Re: [DISCUSS] KIP-755: Add new AUTO_CREATE ACL for auto topic creation

2021-06-23 Thread Christopher Shannon
As a quick follow up after I sent my last response I realized that passing the principal to the create topic policy still probably doesn't work because while you have the user you wouldn't know the permissions allowed. You could mark the principal as a super user or something but the ACL

Re: [DISCUSS] KIP-755: Add new AUTO_CREATE ACL for auto topic creation

2021-06-23 Thread Christopher Shannon
Hi Ismael, Thanks for the response. I initially tried to use a create topic policy but the issue with the CreateTopicPolicy and AlterConfigPolicy API is the authenticated user making the request is not known as it is not passed as part of the metadata to the validation request. In my situation I

Re: [DISCUSS] KIP-755: Add new AUTO_CREATE ACL for auto topic creation

2021-06-23 Thread Ismael Juma
Hi Christopher, Thanks for the KIP. Have you considered using create topic policies to enforce the configuration you desire even when create topics is used directly? You could disallow all create topics requests that set explicit topic configs (i.e. don't rely on cluster defaults). This would

Re: [DISCUSS] KIP-755: Add new AUTO_CREATE ACL for auto topic creation

2021-06-23 Thread Christopher Shannon
Hi Everyone, It has been a couple weeks so figured I'd ping one last time to see if anyone had any interest in this. This feature would be quite useful to me (and hopefully others) and should be a pretty small change and backwards compatible. Chris On Fri, Jun 11, 2021 at 9:24 AM Christopher

[jira] [Created] (KAFKA-12985) CVE-2021-28169 - Upgrade jetty to 9.4.41

2021-06-23 Thread Dongjin Lee (Jira)
Dongjin Lee created KAFKA-12985: --- Summary: CVE-2021-28169 - Upgrade jetty to 9.4.41 Key: KAFKA-12985 URL: https://issues.apache.org/jira/browse/KAFKA-12985 Project: Kafka Issue Type: Task