Jenkins build is still unstable: Kafka » Kafka Branch Builder » trunk #2264

2023-10-07 Thread Apache Jenkins Server
See

Re: [PR] Added a blog entry for 3.6.0 release [kafka-site]

2023-10-07 Thread via GitHub
satishd commented on code in PR #547: URL: https://github.com/apache/kafka-site/pull/547#discussion_r1349603237 ## blog.html: ## @@ -22,6 +22,146 @@ Blog + + + +Apache Kafka

Re: [PR] MINOR Update default docs point to 3.6.0 release docs [kafka-site]

2023-10-07 Thread via GitHub
satishd commented on code in PR #556: URL: https://github.com/apache/kafka-site/pull/556#discussion_r1349567200 ## downloads.html: ## @@ -6,12 +6,41 @@ Download -3.5.1 is the latest release. The current stable version is 3.5.1 +3.6.0 is the latest

Re: [PR] MINOR Update default docs point to 3.6.0 release docs [kafka-site]

2023-10-07 Thread via GitHub
satishd commented on code in PR #556: URL: https://github.com/apache/kafka-site/pull/556#discussion_r1349567200 ## downloads.html: ## @@ -6,12 +6,41 @@ Download -3.5.1 is the latest release. The current stable version is 3.5.1 +3.6.0 is the latest

Re: [PR] MINOR Update default docs point to 3.6.0 release docs [kafka-site]

2023-10-07 Thread via GitHub
divijvaidya commented on code in PR #556: URL: https://github.com/apache/kafka-site/pull/556#discussion_r1349564824 ## downloads.html: ## @@ -6,12 +6,41 @@ Download -3.5.1 is the latest release. The current stable version is 3.5.1 +3.6.0 is the latest

Re: [PR] MINOR Update default docs point to 3.6.0 release docs [kafka-site]

2023-10-07 Thread via GitHub
satishd commented on code in PR #556: URL: https://github.com/apache/kafka-site/pull/556#discussion_r1349552314 ## downloads.html: ## @@ -6,12 +6,41 @@ Download -3.5.1 is the latest release. The current stable version is 3.5.1 +3.6.0 is the latest

Re: Re: [DISCUSS] KIP-986: Cross-Cluster Replication

2023-10-07 Thread Greg Harris
Hello hudeqi, I apologize if the KIP and discussion have diverged, as I've been trying to add detail rather than propose changes. > Why can't we use the follower fetch protocol? What you've described sounds like a very reasonable implementation of CCR. I purposely have not specified any

[jira] [Created] (KAFKA-15564) Kafka 3.5.1 Mirror Maker 2 not translating the wrong offsets in destination

2023-10-07 Thread Hemanth Savasere (Jira)
Hemanth Savasere created KAFKA-15564: Summary: Kafka 3.5.1 Mirror Maker 2 not translating the wrong offsets in destination Key: KAFKA-15564 URL: https://issues.apache.org/jira/browse/KAFKA-15564

Re: Re: [DISCUSS] KIP-986: Cross-Cluster Replication

2023-10-07 Thread hudeqi
Hi, Greg. After reading this KIP and your discussion, I feel that it is very divergent. I can only start from one of them: Why can't we use the follower fetch protocol? The leader of the target cluster topic partition can be treated as the follower of the source cluster topic partition leader,

Re: [DISCUSS] KIP-971 Expose replication-offset-lag MirrorMaker2 metric

2023-10-07 Thread hudeqi
Hi, Elkhan, Viktor. I took a look at the updated KIP. I think Viktor mentioned that he did not see the relevant configuration, which refers to "(Optional) - MirrorConnectorConfig - a configuration to control the poll interval for the Consumer.endOffsets() call at LEO acquisition mentioned

Re: Kafka Connect - Customize REST request headers

2023-10-07 Thread Chris Egerton
Hi Yeikel, Neat question! And thanks for the link to the RestClient code; very helpful. I don't believe there's a way to configure Kafka Connect to add these headers to forwarded requests right now. You may be able to do some kind of out-of-band proxy magic to intercept forwarded requests and