Neha Narkhede created KAFKA-409: ----------------------------------- Summary: Refactor DefaultEventHandler Key: KAFKA-409 URL: https://issues.apache.org/jira/browse/KAFKA-409 Project: Kafka Issue Type: Bug Affects Versions: 0.8 Reporter: Neha Narkhede
The code in DefaultEventHandler has evolved to be a big blob of complex procedural logic. This is difficult to understand and read. Particularly the partitionAndCollate() API returns a nested complex data structure Option[Map[Int, Map[(String, Int), Seq[ProducerData[K,Message]]]]]. This class would definitely benefit from a refactor -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira