Skip to content

Alpakka Kafka 2.0.6

Choose a tag to compare

@ennru ennru released this 22 Dec 15:57
· 3 commits to release-2.0.x since this release
7a22bfd

Release notes in the Alpakka Kafka documentation

Notable changes since 2.0.5

The most relevant change in this release is the update of TestContainers to 1.15.1 (see below)

  • Handle any combination of Committables in CommitObservationLogic #1262 by @seglo
  • Fix message-batch loss when rebalancing partitioned sources #1263 by @jhooda
  • Producer.committableSink: offsets not committed, when MultiMessage is empty #1200 by @herzrasen

Alpakka Kafka TestKit

  • Update default CP version and make docker image/tag configurable #1287 by @seglo
  • Testkit: Make Testcontainer logs visible #1281 by @seglo
  • Testcontainers Kafka 1.15.1 (was 1.14.3) #1257 by @scala-steward
  • TestKit: make consumerDefaults parameterless again #1292

Dependencies