[jira] [Resolved] (KAFKA-14269) Partition Assignment Strategy - Topic Round Robin Assignor

2022-10-26 Thread Mathieu Amblard (Jira)
[ https://issues.apache.org/jira/browse/KAFKA-14269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mathieu Amblard resolved KAFKA-14269. - Resolution: Abandoned > Partition Assignment Strategy - Topic Round Robin Assig

Re: [DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-26 Thread Mathieu Amblard
nfused by the use cases and the motivation. I > > suppose that this works for your data model but it does not seem to be a > > general pattern. > > > > Overall, I stick to the comment that I made in the PR. I still feel like > > that this is something too us

Re: [DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-24 Thread Mathieu Amblard
mplementation before > worrying about donating your assignor back to the main repo with a KIP. IF > you do want to, > it would then be much easier to convince people when they can see your > assignor logic > for themselves, and you'll be able to answer any questions. > &

Re: [DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-21 Thread Mathieu Amblard
-Howdoesitworkifwehavemultiplecontainersrunningthesameapplication ? Regards, Mathieu Le mar. 11 oct. 2022 à 20:00, Mathieu Amblard a écrit : > Hi Hector, > > > > First, thank you for your questions ! > > > > *If the goal is to do the partition assignments at a topic level, wouldn't >

Re: [DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-11 Thread Mathieu Amblard
Hi Hector, First, thank you for your questions ! *If the goal is to do the partition assignments at a topic level, wouldn't having single-partition topics solve this problem?* We are in a microservices environment; therefore, we can have multiple containers running the same application.

[DISCUSS] KIP-874: TopicRoundRobinAssignor

2022-10-05 Thread Mathieu Amblard
Hi Kafka Developers, My proposal is to add a new partition assignment strategy at the topic level to : - have a better data consistency by consumed topic in case of exception - have a solution much thread safe for the consumer In case there are multiple consumers and multiple topics. Here is

Re: KIP - Permissions

2022-10-03 Thread Mathieu Amblard
Hi Mickael, Thank you very much ! Cheers, Mathieu Le lun. 3 oct. 2022 à 16:51, Mickael Maison a écrit : > Hi Matthieu, > > I've granted you permissions to both Jira and the wiki. > > Thanks for your interest in Apache Kafka! > > Mickael > > On Mon, Oct 3, 2022

KIP - Permissions

2022-10-03 Thread Mathieu Amblard
: mathieu.amblard Jira ID : mathieu.amblard Thank you in advance, Best Regards Mathieu Amblard

[jira] [Created] (KAFKA-14269) Partition Assignment Strategy - Topic Round Robin Assignor

2022-09-30 Thread Mathieu Amblard (Jira)
Mathieu Amblard created KAFKA-14269: --- Summary: Partition Assignment Strategy - Topic Round Robin Assignor Key: KAFKA-14269 URL: https://issues.apache.org/jira/browse/KAFKA-14269 Project: Kafka