I'm exploring the v0.7 code to understand topics and partitions and how those are created/managed. I'm trying to understand how cheap/expensive it is to create/shutdown/manage those items. A few questions:
* "Topics" appear to be metadata on partitions, which are the actual objects in play. Is this accurate? * What is the relationship between ZK and broker regarding topics and partitions? I'm walking the code sequences now, but some clarification would be beneficial. -j