Hey folks, as part of https://github.com/apache/kafka/pull/17881 I found
myself in need of a list of github usernames that belonged to Kafka
committers. As far as I know, there is no such mapping defined anywhere.

I would like to create a new branch that contains a config file that lets
us map GH users to their display name and emails. I have already compiled
the data on my fork https://github.com/mumrah/kafka/tree/asf-committers.
This was derived from the ASF roster and some manual searching in the Git
log and GitHub PRs.

Chia-Ping raised a good point about divergence between this data and the
committers.html file
https://github.com/apache/kafka/pull/17881#issuecomment-2513252954.

In addition to the PR triage workflow, I can think of some additional use
cases:

* Generating committers.html from this data set
* Generating "Reviewers:" strings automatically.

I was wondering what folks thought about this. I can't easily raise a PR
for review since the proposal here is to create a new orphaned branch.

Thanks!
David A

Reply via email to