Re: Replica selection in unclean leader election and min.insync.replicas=2

2021-06-29 Thread Oleksandr Shulgin
On Tue, Jun 29, 2021 at 5:45 PM Péter Sinóros-Szabó wrote: > Hey, > > we had the same issue as you. > > I checked the code and it chooses the first live replica from the > assignment list. So if you describe a topic with kafka-topics, you will see > the brokers list that has the replica of each p

Re: Hello, I wonder release date of 2.7.1 kafka.

2021-06-29 Thread Ryan Leslie
OP is right, the date on the website has year 2020. Also, it was announced 05/20, not 05/10. On 2021/06/29 14:51:15, Ran Lupovich wrote: > (and yes, it was released on May 10, 2021) > > בתאריך יום ג׳, 29 ביוני 2021, 17:49, מאת Ran Lupovich ‏< > ranlupov...@gmail.com>: > > > Kafka 2.7.1 fixes

Re: Replica selection in unclean leader election and min.insync.replicas=2

2021-06-29 Thread Péter Sinóros-Szabó
Hey, we had the same issue as you. I checked the code and it chooses the first live replica from the assignment list. So if you describe a topic with kafka-topics, you will see the brokers list that has the replica of each partition. For example: [1001, 1002, 1003]. If that is the list, Kafka wil

Re: Hello, I wonder release date of 2.7.1 kafka.

2021-06-29 Thread Ran Lupovich
(and yes, it was released on May 10, 2021) בתאריך יום ג׳, 29 ביוני 2021, 17:49, מאת Ran Lupovich ‏< ranlupov...@gmail.com>: > Kafka 2.7.1 fixes 45 issues since the 2.7.0 release. For more information, > please read the detailed Release Notes >

Re: Hello, I wonder release date of 2.7.1 kafka.

2021-06-29 Thread Ran Lupovich
Kafka 2.7.1 fixes 45 issues since the 2.7.0 release. For more information, please read the detailed Release Notes . https://github.com/apache/kafka/releases/tag/2.7.1 Kafka development usually releases minors to previous releases Why d

Hello, I wonder release date of 2.7.1 kafka.

2021-06-29 Thread 전예지
Hi , I'm yeji. I'm kafka user. I have a question. I wonder release date of 2.7.1 kafka. This version was released on May 10, 2021 ? I think there is a wrong date on the web site. Thank you for your help.