[
https://issues.apache.org/jira/browse/KAFKA-1402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13973565#comment-13973565
]
Jay Kreps commented on KAFKA-1402:
----------------------------------
Ah, yes, weirdly I couldn't find that. In that case I think all we need to do
is generalize that so it can support an arbitrary number of servers and then
actually convert the existing tests to use it.
> Create unit test helper that stops and starts a cluster
> -------------------------------------------------------
>
> Key: KAFKA-1402
> URL: https://issues.apache.org/jira/browse/KAFKA-1402
> Project: Kafka
> Issue Type: Bug
> Reporter: Jay Kreps
>
> We have a zookeeper test harness. We used to have a kafka server test
> harness, but it looks like it has been deleted.
> Each test that wants to manage a server starts and stops it itself. This is a
> little problematic as it may not do a good job of cleaning up and there are
> lots of details to get right.
> We should have an EmbeddedKafkaCluster class like the EmbeddedZookeeper we
> have that starts N brokers and convert the existing full server classes to
> use this.
--
This message was sent by Atlassian JIRA
(v6.2#6252)