Skip to content

Releases: evolution-gaming/skafka

v11.15.0

23 May 17:17
1be10f5
Compare
Choose a tag to compare

What's Changed

  • Add KafkaMetricsCollector (extract from smetrics) [CE2] by @Z1kkurat in #339

Full Changelog: v11.14.0...v11.15.0

v15.0.1

13 Mar 14:31
f9536b3
Compare
Choose a tag to compare

What's Changed

Full Changelog: v15.0.0...v15.0.1

v15.0.0

13 Mar 14:01
81d0796
Compare
Choose a tag to compare

What's Changed

Notable changes

Please see the list of notable changes in Kafka documentation. In particular, the default values of producer configuration have been changed following the changes in kafka-clients:

  • acks to all
  • idempotence to true

Full Changelog: v14.1.3...v15.0.0

v11.14.0

13 Mar 14:28
e50bb1b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.13.2...v11.14.0

v14.0.0

22 Aug 09:05
Compare
Choose a tag to compare

What's Changed

  • #260 move clientRack from CommonConfig to ConsumerConfig by @odbc in #275

Full Changelog: v13.0.0...v14.0.0

v11.12.0

22 Aug 09:05
Compare
Choose a tag to compare

What's Changed

  • #260 move clientRack from CommonConfig to ConsumerConfig by @odbc in #276

Full Changelog: v11.11.0...v11.12.0

v13.0.0

19 Aug 09:26
Compare
Choose a tag to compare

IMPORTANT: please, do NOT use this version as it contains a bug that causes clientRack to be missing from ConsumerConfig.

#260 move clientRack from CommonConfig to ProducerConfig

Full Changelog: v12.2.2...v13.0.0

v12.2.1

24 May 13:46
Compare
Choose a tag to compare

What's Changed

Full Changelog: v12.2.0...v12.2.1

v11.10.1

24 May 14:15
Compare
Choose a tag to compare

What's Changed

Full Changelog: v11.10.0...v11.10.1

v12.2.0

09 May 12:58
Compare
Choose a tag to compare

What's Changed

  • Trim too large records on producer failures by @Z1kkurat in #255.
    When producing a record fails with RecordTooLargeException, a string representation of the record's value will be trimmed. By default first 1024 chars are taken. This can be overridden by using another overload of ProducerOps#withLogging that accepts a new charsToTrim parameter.

Full Changelog: v12.1.3...v12.2.0