Skip to content

Releases: galan/plunger

v1.8.1

01 Dec 14:20
Compare
Choose a tag to compare

Added

  • [kafka] Added c and compression argument, to select compression algorithm for producer (by @flecno)

Changed

  • [common] Updated kafka, commons-text and rabbitmq library
  • [common] Updated build to JDK 17
  • [common] Updated github-action versions
  • [kafka] Changed default compression for producers from lz4 to snappy (by @flecno)

v1.8.0

17 Mar 14:47
Compare
Choose a tag to compare

Added

  • [common] Migrated plunger to JDK 11
  • [common] Added CHANGELOG.md
  • [kafka] Added tx and txTimeout argument, to enable transactional producer (by @flecno)
  • [kafka] Added async argument, where a Callback is used (by @flecno)

Changed

  • [common] Updated jansi library (by @flecno)
  • [common] Improved output performance (by @flecno)
  • [kafka] Enabled lz4 compression for producers (by @flecno)
  • [kafka] Increased producer batch-size-config from 16384 to 100k (by @flecno)
  • [kafka] Increased producer linger-ms-config from 1 to 50 (by @flecno)

v1.7.1

15 Jul 10:33
Compare
Choose a tag to compare
  • Improved schema-registry URL behavior for kafka provider.
  • Changed kafka timeout default from 1s to 4s.

v1.7.0

11 Jul 13:16
Compare
Choose a tag to compare
  • Added support for avro-schemas to the kafka provider (kudos to @clairefautsch and @eberdt)
  • Updated rabbitmq library (Security CVE)
  • Updated kafka library

v1.6.2

05 Oct 14:21
Compare
Choose a tag to compare
  • Added JAVA_OPTS environment variable support

v1.6.1

16 Apr 13:29
Compare
Choose a tag to compare
  • Fixed minor api-change in rabbitmq with newer versions (3.6.x).

v1.6.0

26 Feb 14:17
Compare
Choose a tag to compare
  • Kafka-Client update to 1.0.0
  • Support for kafka-headers
  • Renamed kafka meta-data headers, now starting with kafka.

v1.5.9

01 Nov 08:22
Compare
Choose a tag to compare
  • Kafka option acks for producer, defaults to all.

v1.5.8

30 Oct 09:26
Compare
Choose a tag to compare
  • changed commitSync behaviour for kafka provider cat command.

v1.5.7

07 Jul 09:53
Compare
Choose a tag to compare
  • Added maxPartitionFetchBytes - Sets the max.partition.fetch.bytes option for the kafka consumer (pcat)
  • Added maxRequestSize - Sets the max.request.size option for the kafka producer (pput)