Re: Missing Response Formats in Kafka Protocol Guide

2025-05-20 Thread Chia-Ping Tsai
hi Andy ziming comment is right. I will check your PR later Best, Chia-Ping ziming deng 於 2025年5月21日 週三 上午10:22寫道: > I don’t have experience generating content for kafka.apache.org , but > according to the content of https://github.com/apache/kafka-site , I > guess it will be regenerated the n

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-20 Thread ziming deng
I don’t have experience generating content for kafka.apache.org , but according to the content of https://github.com/apache/kafka-site , I guess it will be regenerated the next time the kafka-site repository is updated, but I’m not sure about it. - Ziming > On May 21, 2025, at 9:17 AM, Andy Li

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-20 Thread Andy Li
The PR was merged by Chia-Ping. Guys, do you know what's the next scheduled date when https://kafka.apache.org/protocol.html will be updated? Thanks! - Andy On Tue, 20 May 2025 at 11:44, Andy Li wrote: > PR opened: https://github.com/apache/kafka/pull/19769 Thanks! > > - Andy > > > On Tue, 20

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-19 Thread Andy Li
PR opened: https://github.com/apache/kafka/pull/19769 Thanks! - Andy On Tue, 20 May 2025 at 11:35, Ziming Deng wrote: > Can you submit a PR to fix it? Thank you! > > > On May 20, 2025, at 11:26, Andy Li wrote: > > > > Hey Ziming, > > > > Thanks for pointing to org.apache.kafka.common.protocol

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-19 Thread Ziming Deng
Can you submit a PR to fix it? Thank you! > On May 20, 2025, at 11:26, Andy Li wrote: > > Hey Ziming, > > Thanks for pointing to org.apache.kafka.common.protocol.Protocal.main! > > It seem that this line should use `<=` instead `<`: > > Protocol.java >

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-19 Thread Andy Li
Hey Ziming, Thanks for pointing to org.apache.kafka.common.protocol.Protocal.main! It seem that this line should use `<=` instead `<`: Protocol.java

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-19 Thread Ziming Deng
Hello Andi, This page content is generated from org.apache.kafka.common.protocol.Protocal.main , can you help to check it? > On May 20, 2025, at 09:13, Andy Li wrote: > > Hi Kafka Team, > > I noticed a couple of response formats missing from the Kafka protocol guide >

Re: Missing Response Formats in Kafka Protocol Guide

2025-05-19 Thread Chia-Ping Tsai
hi Andy thanks for your report. We will check it later. Best, Chia-Ping Andy Li 於 2025年5月20日 週二 上午9:14寫道: > Hi Kafka Team, > > I noticed a couple of response formats missing from the Kafka protocol > guide > : > > - *ApiVersions Response

Missing Response Formats in Kafka Protocol Guide

2025-05-19 Thread Andy Li
Hi Kafka Team, I noticed a couple of response formats missing from the Kafka protocol guide : - *ApiVersions Response (Version: 4)* — Only versions 0–3 are documented, though version 4 of the request is included. - *DescribeTopicPartitions