Re: What are the biggest issues with Apache Kafka?

2023-08-25 Thread Arpit Goyal
Thanks Philip Thanks and Regards Arpit Goyal 8861094754 On Sat, Aug 26, 2023 at 12:03 AM Philip Nee wrote: > Hi Arpit: Here's a good starting point for Kraft-related issues: > > https://issues.apache.org/jira/browse/KAFKA-15401?jql=project%20%3D%20KAFKA%20AND%20component%20in%20(core%2C%20kraft

Re: What are the biggest issues with Apache Kafka?

2023-08-25 Thread Philip Nee
Hi Arpit: Here's a good starting point for Kraft-related issues: https://issues.apache.org/jira/browse/KAFKA-15401?jql=project%20%3D%20KAFKA%20AND%20component%20in%20(core%2C%20kraft) The recent Jenkin's builds have also been extremely flaky - This greatly impacts productivity. This would also be

Re: What are the biggest issues with Apache Kafka?

2023-08-25 Thread Arpit Goyal
Hi Colin, Is there a ticket open for the same ? On Fri, Aug 25, 2023, 22:21 Colin McCabe wrote: > If you want to get more familiar with the code base, one great way is to > convert more integration tests to KRaft mode. > > :) > > best, > Colin > > On Thu, Aug 10, 2023, at 17:16, Liam Hodges wrot

Re: What are the biggest issues with Apache Kafka?

2023-08-25 Thread Colin McCabe
If you want to get more familiar with the code base, one great way is to convert more integration tests to KRaft mode. :) best, Colin On Thu, Aug 10, 2023, at 17:16, Liam Hodges wrote: > I'm working with a small team of engineers looking to contribute to the > open source tools for Apache Kafka

Re: What are the biggest issues with Apache Kafka?

2023-08-11 Thread Divij Vaidya
Hey Liam Thanks for asking this question. I have been meaning to write a post to the community for a long time about potential open areas where newcomers can contribute but it never made it to priority in my to-do list. In addition to what others mentioned above, here's a couple of options to pic

Re: What are the biggest issues with Apache Kafka?

2023-08-10 Thread ziming deng
Hi Liam, The Apache Kafka project has several modules, I think you should firstly select a module you are interested in. For example, we are currently working on KIP-500 related features, which includes 1. KIP-856: KRaft Disk Failure Recovery, 2. KIP-642: Dynamic quorum reassignment, 3. kafk

Re: What are the biggest issues with Apache Kafka?

2023-08-10 Thread Philip Nee
Hey Liam, I think apache jira would be a great place to find lower hanging fruits. We also have lots of flaky tests to resolve. What is you familiarity with Kafka? If you are new, i would suggest looking at the demos and examples in the repo, and maybe try to improve them. There is also a lot of

What are the biggest issues with Apache Kafka?

2023-08-10 Thread Liam Hodges
I'm working with a small team of engineers looking to contribute to the open source tools for Apache Kafka. What is missing in the Kafka community right now? Are there any problems an open source project could solve for it's developers? Appreciate all feedback.