Wiki permission to author a KIP

2021-10-13 Thread Igor Soarez
Hi, Could someone please grant me access in the wiki to create a KIP? username: soarez Thanks, -- Igor smime.p7s Description: S/MIME cryptographic signature

Re: [DISCUSS] KIP-778 KRaft Upgrades

2021-10-13 Thread Kowshik Prakasam
Hi David, Thanks for the great KIP! It's good to see KIP-584 is starting to get used. Few comments below. 7001. In the UpdateFeaturesRequest definition, there is a newly introduced ForceDowngrade parameter. There is also an existing AllowDowngrade parameter. My understanding is that the

[VOTE] KIP-780: Support fine-grained compression options

2021-10-13 Thread Dongjin Lee
Hi, Kafka dev, I'd like to open a vote for KIP-780: Support fine-grained compression options: https://cwiki.apache.org/confluence/display/KAFKA/KIP-780%3A+Support+fine-grained+compression+options Please note that this feature mutually complements KIP-390: Support Compression Level (accepted,

Re: [kafka-clients] [VOTE] 2.7.2 RC0

2021-10-13 Thread Mickael Maison
Hi Israel, Our tooling generates the same template for all types of releases. For bugfix releases, the site docs and javadocs don't typically require extensive validation. It's still a good idea to open them up and check a few pages to validate they look right. For this release, as you've

Build failed in Jenkins: Kafka » Kafka Branch Builder » trunk #521

2021-10-13 Thread Apache Jenkins Server
See Changes: -- [...truncated 4099 lines...] [2021-10-13T15:18:44.218Z] > Task :trogdor:checkstyleTest [2021-10-13T15:18:44.218Z] > Task :connect:api:checkstyleTest

[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:

[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

Re: [DISCUSS] KIP-780: Support fine-grained compression options

2021-10-13 Thread Dongjin Lee
Hi Chen, > It said, available value is [10, 22], but default is a value out of that range, which should be wrong. Oh yes, it was a mistake! Thank you for reading the proposal so carefully. '0 or [10, 22]' is right. (I just fixed it.) Best, Dongjin On Wed, Oct 13, 2021 at 6:17 PM Luke Chen

Re: [DISCUSS] KIP-780: Support fine-grained compression options

2021-10-13 Thread Luke Chen
Hi Dongjin, Thanks for the KIP, and the benchmark results. It makes sense to me. Just one question: > compression.zstd.window: enables long mode; the log of the window size that zstd uses to memorize the compressing data. (available: [10, 22], default: 0 (disables long mode.)) It said, available

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

2021-10-13 Thread Piotr Smolinski
try checking the TLS server endpoint with OpenSSL. Get the full presented server certificate chain: openssl s_client -connect kafka-broker-princial.mydomain.com:9094 -showcerts wrote: > Maria Isabel Florez Rodriguez created KAFKA-13372: > - >