commercetest / pepper-box

Pepper-Box is kafka load generator plugin for jmeter. It produces kafka messages of type plain text (JSON, XML, CSV or any other custom format) as well as java serialized objects.
http://pepperbox.gslab.com/
Apache License 2.0
2 stars 3 forks source link

Migrate to Kafka 0.11 #21

Open julianharty opened 6 years ago

julianharty commented 6 years ago

The project used to use Kafka version 0.9. I merged a contribution to update this to 0.10.2.1 I'd like to upgrade the project again to 0.11 This is for a couple of reasons:

  1. 0.11 is closer to the current shipping version and matches the recommended release from Confluent of 3.3.x
  2. 0.11 is relevant for some of the projects I'm working with and I prefer to match the API version between the test automation codebase and that being used on those projects
  3. The AdminUtils API was launched in 0.11 and may further reduce the need to explicitly interact with zookeeper.