Re: Inquiry on Scale Down Process for KRaft Kafka Cluster

2024-10-28 Thread sunil chaudhari
So if I understand this discussion correctly, there is no clear path to scale down cluster is it? On Tue, 29 Oct 2024 at 7:40 AM, Luke Chen wrote: > Hi hayoung, > > This is the problem that KIP-1066 > < > https://cwiki.apache.org/confluence/display/KAFKA/KIP-1066%3A+Mechanism+to+cordon+brokers

Re: Inquiry on Scale Down Process for KRaft Kafka Cluster

2024-10-28 Thread Luke Chen
Hi hayoung, This is the problem that KIP-1066 is trying to address. It is under discussion, and should be included in the upcoming releases. Thanks. Luke On Tue, Oct 29, 2024 at 12:4

Re: [VOTE] 3.8.1 RC1

2024-10-28 Thread Jakub Scholz
+1 (non-binding) ... I used the staged Scala 2.13 binaries and Maven artifacts and run my tests. All seems to work fine. Thanks for the release. Jakub On Thu, Oct 17, 2024 at 10:27 PM Josep Prat wrote: > Hello Kafka users, developers and client-developers, > > This is the second release candida

Schema performance concerns?

2024-10-28 Thread Paul Nienaber
Hi, Just wanting to check if something (that we could avoid if it's bad) is a performance concern in any way: Proliferation of record schemata. I believe Schemas are internally deduplicated as they are hashable, and are likely to be reused so the savings from deduplication is substantial. Ho

Developers needed

2024-10-28 Thread Alexandre Ruggiu
Hi there, I am currently working on a project for the logistic industry, and I think Kafka will be a great fit for us. I was wondering if you can recommend any software companies (maybe partner) that can help us achieving this project. Let me know if it's something we can help with. Looking for

Inquiry on Scale Down Process for KRaft Kafka Cluster

2024-10-28 Thread 이호호
Hi Team, I am currently operating a Kafka cluster in KRaft mode and would like to raise a few questions and suggestions regarding the cluster scale-down process. Recently, I scaled down the cluster by removing one broker; however, I encountered a situation where the removed broker still appeared

Fwd: Inquiry on Scale Down Process for KRaft Kafka Cluster

2024-10-28 Thread hayoung lee
Hi Team, I am currently operating a Kafka cluster in KRaft mode and would like to raise a few questions and suggestions regarding the cluster scale-down process. Recently, I scaled down the cluster by removing one broker; however, I encountered a situation where the removed broker still appeared

Re: Kafka wire protocol - Request and response versions.

2024-10-28 Thread Ivan Yurchenko
In case this may help generally with your research, I published a blog post [1] some time ago about some details of the protocol and basic implementation in Python. Best, Ivan [1] https://ivanyu.me/blog/2024/09/08/kafka-protocol-practical-guide/ On Mon, Oct 28, 2024, at 08:17, Chain Head wrote