summaryrefslogtreecommitdiff
path: root/servers/0.8.0
Commit message (Collapse)AuthorAgeFilesLines
* Improve Fixture loggingDana Powers2016-03-131-4/+5
| | | | | | | - remove double console appenders from log4j.properties - also log to server.log file for interactive uses - drop internal _spawn from SpawnedService loop - write captured stdout/stderr directly to avoid logger re-formatting
* Use 500ms zookeeper session timeout for integration tests - no network here, ↵Dana Powers2015-06-101-0/+4
| | | | and our restarts are fast
* Reduce replica timeouts to 1sec for failover integration testingDana Powers2015-06-101-0/+4
|
* Remove kafka src submodulesDana Powers2014-08-131-0/+0
|
* Fix log directory as per documentation: ↵Miguel Eduardo Gil Biraud2014-04-301-1/+1
| | | | http://kafka.apache.org/08/documentation.html#brokerconfigs
* Move kafka-src to servers/0.8.0/kafka-src, move test/resources to ↵Mark Roberts2014-04-234-0/+102
servers/0.8.0/resources, update fixtures, add build_integration.sh for getting started with development