Hi Christo NUKK, We have been trying to label KRaft issues on JIRA with "kip-500". So you should be able to do a search like this for them:
https://issues.apache.org/jira/browse/KAFKA-13912?jql=project%20%3D%20KAFKA%20AND%20labels%20%3D%20kip-500%20AND%20statusCategory%20!%3D%20Done In JQL terms, that's "project = KAFKA AND labels = kip-500 AND statusCategory != Done" The dynamic configuration piece is a bit tricky. You might consider starting with something like KAFKA-13650, KAFKA-13774, or KAFKA-13620. best, Colin On Sat, Jun 18, 2022, at 23:21, Christo NUKK wrote: > Hello! > I went through JIRA, GitHub and the mailing list, but I was not able to > find a list of developer tasks to be picked up for what is left to > achieve feature parity with Zookeeper mode. I will have spare bandwidth > in the next month and would like to contribute. I have touched > configurations before so I would want to pick up Modifying certain > dynamic configurations on the standalone KRaft controller if possible. > Best,Christo > On Wednesday, 4 May 2022, 02:03:47 BST, Colin McCabe > <cmcc...@apache.org> wrote: > > Hi all, > > I've written a KIP for marking KRaft as production ready. Please take a > look if you have a chance: > > https://cwiki.apache.org/confluence/x/8xKhD > > thanks, > Colin