summaryrefslogtreecommitdiff
path: root/servers
Commit message (Collapse)AuthorAgeFilesLines
* Add Kafka 2.6.0 to tests and protocol compatibility matrix (#2162)Lourens Naudé2020-11-154-0/+197
| | | | * Co-authored-by: Andrew Brown <andrew.brown@shopify.com> * Co-authored-by: Aaron Brady <aaron.brady@shopify.com>
* Add logic for inferring newer broker versions (#2038)Tincu Gabriel2020-05-054-0/+0
| | | | | | | | | | | | | | * Add logic for inferring newer broker versions - New Fetch / ListOffsets request / response objects - Add new test cases to inferr code based on mentioned objects - Add unit test to check inferred version against whatever resides in KAFKA_VERSION - Add new kafka broker versions to integration list - Add more kafka broker versions to travis task list - Add support for broker version 2.5 id * Implement PR change requests: fewer versions for travis testing, remove unused older versions for inference code, remove one minor version from known server list Do not use newly created ACL request / responses in allowed version lists, due to flexible versions enabling in kafka actually requiring a serialization protocol header update Revert admin client file change
* Update 2.4.0 resource files for sasl integrationDana Powers2019-12-292-0/+6
|
* kafka 2.4.0 (#1972)Vanessa Vuibert2019-12-293-0/+191
|
* Enable SCRAM-SHA-256 and SCRAM-SHA-512 for sasl (#1918)Swen Wenzel2019-12-2945-11/+137
|
* Add KAFKA 2.3.0 to test matrix (#1915)Dana Powers2019-09-3015-0/+955
|
* Update kafka.properties for ACL tests (0.11+ only)Dana Powers2019-09-287-18/+3
|
* Add ACL api to KafkaAdminClient (#1833)Ulrik Johansson2019-09-2816-0/+48
|
* Bump integration tests to 0.10.2.2 and 0.11.0.3 (#1890)Jeff Widman2019-08-226-0/+376
| | | | | Bump integration tests from Kafka: - 0.10.2.1 --> 0.10.2.2 - 0.11.0.2 --> 0.11.0.3
* Rename ssl.keystore.location and ssl.truststore.location config filesDana Powers2019-03-2416-32/+36
|
* Add test resources for kafka versions 1.0.2 -> 2.0.1Dana Powers2018-11-2015-0/+940
|
* Add kafka 1.0.1 release to test fixtures (#1437)Dana Powers2018-03-103-0/+188
|
* Use 0.11.0.2 kafka broker for integration testing (#1357)Dana Powers2018-01-253-0/+188
|
* Add fixture support for upcoming 1.0.0 broker release (#1275)Dana Powers2017-10-233-0/+188
|
* Update to 0.11.0.1 for travis test fixture; use as default if unspecified ↵Dana Powers2017-10-083-0/+188
| | | | (#1244)
* Add 0.11.0.0 server resources (reduced offsets.topic.replication.factor=1)Dana Powers2017-06-183-0/+188
|
* Add kafka 0.10.2.1 into integration testing version (#1096)Jianbin Wei2017-06-163-0/+188
| | | | | * Add kafka 0.10.2.1 into integration testing version * Disable tests for python 2.6 and kafka 0.8.0 and 0.8.1.1 * Remove references to python 2.6 support
* Update to 0.10.1.1 for integration testing (#953)Dana Powers2017-01-233-0/+188
|
* Use 0.10.0.1 for integration tests (#803)Dana Powers2016-08-113-0/+188
| | | | | | * Add 0.10.0.1 fixture resources * Use new release 0.10.0.1 for 0.10 testing
* Attempt to add ssl support to kafka fixturesssl_supportDana Powers2016-04-093-6/+33
|
* Update 0.9.0.0 configuration defaults so they are consistent with official ↵Dana Powers2016-04-071-4/+3
| | | | release
* Add 0.10.0.0 test fixture properties filesDana Powers2016-03-213-0/+179
|
* Improve Fixture loggingDana Powers2016-03-138-32/+40
| | | | | | | - 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
* Update to Kafka 0.9.0.1 for integration testingDana Powers2016-02-233-0/+178
|
* Reduce partitions for offset commit topic in 0.9 broker configsDana Powers2016-01-041-0/+9
|
* Add 0.8.2.2 and 0.9.0.0 resources for integration tests; update default ↵Dana Powers2015-12-046-0/+338
| | | | official releases
* Add kafka 0.8.2.1 to integration tests, remove 0.8.2.0Dana Powers2015-06-103-0/+169
|
* Use 500ms zookeeper session timeout for integration tests - no network here, ↵Dana Powers2015-06-104-0/+12
| | | | and our restarts are fast
* Reduce replica timeouts to 1sec for failover integration testingDana Powers2015-06-104-0/+16
|
* Move 0.8.2-beta resources to 0.8.2.0Dana Powers2015-01-143-0/+0
|
* Just copied over the 0.8.1.1 conf filesDana Powers2015-01-143-0/+163
|
* Support integration testing against kafka source builds (see README)vagrant2014-08-133-0/+163
|
* Remove kafka src submodulesDana Powers2014-08-132-0/+0
|
* Add resource templates for kafka 0.8.1.1 test fixturesDana Powers2014-08-123-0/+163
|
* Fix log directory as per documentation: ↵Miguel Eduardo Gil Biraud2014-04-301-1/+1
| | | | http://kafka.apache.org/08/documentation.html#brokerconfigs
* Add support for kafka 0.8.1Mark Roberts2014-04-234-0/+102
|
* 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