Re: layering

2011-10-26 Thread Chris Burroughs
This is great. I know there are a lot of different use cases: embedded vs standalone, some people want to avoid the ZK dependency etc. This will help us keep them all straight. On 10/25/2011 12:54 AM, Jay Kreps wrote: > Hey guys, > > I am seeing a few places where code is kind of growing togeth

layering

2011-10-24 Thread Jay Kreps
Hey guys, I am seeing a few places where code is kind of growing together at the seams in a little. Here are two examples: 1. The kafka.log package is meant to be a stand-alone implementation of a log. It shouldn't really be aware that it is inside a kafka server, or connected to zookeep

[jira] [Updated] (KAFKA-169) Layering violations in Kafka code

2011-10-24 Thread Jay Kreps (Updated) (JIRA)
ckage)' . | python ~/Desktop/draw_deps.py kafka | grep -v javaapi | grep -v utils | grep -v kafka.tools > ~/Desktop/kafka_deps.dot; dot -o ~/Desktop/kafka_deps.svg -Tsvg ~/Desktop/kafka_deps.dot > Layering violations in Kafka code > - > >

[jira] [Created] (KAFKA-169) Layering violations in Kafka code

2011-10-24 Thread Jay Kreps (Created) (JIRA)
Layering violations in Kafka code - Key: KAFKA-169 URL: https://issues.apache.org/jira/browse/KAFKA-169 Project: Kafka Issue Type: Bug Components: core Reporter: Jay Kreps