Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

All the committers own the Kakfa Kafka code base and should be committed to making it all as good as possible. But we want to ensure that major areas have at least one person (and preferably two) who act as the defacto owners for each logical subsystem. The responsibilities of a maintainer are the following:

...

System

Packages

Maintainers

Notes

Producer (java, scala)

kafka.producer, kafka.javaapis

Jun, Neha, Jonathan, Joestein

 

Consumer (java, scala)

kafka.consumer, kafka.javaapis

Neha, Joel, Jonathan

 

Network Layer

kafka.network

jay, Neha, Joel

 

Log

kafka.message, kafka.log

jay, Jun, Prashanth

 

Replication

kafka.controller,kafka.server

Neha, Jun, Prashanth

 

Command Line Tools

 

Joestein, Jonathan

 

System Tests

/system_tests

  Joestein

 

API layer

kafka.server.KafkaApis, kafka.api

Jun, Joel, Joestein

This includes the protocol definition for each of the APIs as well as the request logic in KafkaApis.