Skip to content

Releases: strimzi/test-clients

0.4.0

16 Nov 13:19
Compare
Choose a tag to compare

Main Changes Since 0.3.0

  • Refactor of the tracing part of clients (#38)
    • Fix for the OpenTelemetry part, which wasn't working
  • Update of Kafka versions (#39)
    • Added support for Kafka 3.3.1
    • Updated version 3.2.0 to 3.2.3
    • Removed support for 3.1.x and 3.0.x
  • Update of OAuth version to 0.11.0 (#40)

0.3.0

13 Jun 12:44
Compare
Choose a tag to compare

Main Changes Since 0.2.0

  • Add support for Kafka 3.2.0
  • Update Kafka versions to 3.0.1 and 3.1.1

0.2.0

15 Feb 13:45
Compare
Choose a tag to compare

Main Changes Since 0.1.1

  • Add OpenTelemetry support
  • Add support of Kafka 3.1.0
  • Remove Kafka versions 2.8.x
  • Add support of s390x, ppc64le and arm64
  • Update Strimzi OAuth dependency to 0.10.0
  • Update versions of VertX, Netty, Log4j2 and Jackson dependencies

0.1.1

03 Oct 20:41
Compare
Choose a tag to compare

Changes since 0.1.1

  • Update Strimzi OAuth dependency to 0.8.1
  • Update Opentracing dependency to 0.1.15

0.1.0

01 Oct 10:21
Compare
Choose a tag to compare

Strimzi Test Clients is group of applications, which can be used for - producing/consuming messages to/from Kafka, working with Admin API and altering KafkaTopics - and are mainly used in Strimzi system tests.
For more details about configuration and how to use them, check the README.md.

Features

  • Initial implementation of:
    • Kafka Producer client
    • Kafka Consumer client
    • Kafka Streams client
    • Kafka Admin client
    • HTTP Producer client
    • HTTP Consumer client