Skip to content

Tags: zio/zio-kafka

Tags

v3.2.0

Toggle v3.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update kafka-clients to 4.1.1 (#1608)

📦 Updates [org.apache.kafka:kafka-clients](https://kafka.apache.org)
from `4.1.0` to `4.1.1`

v3.1.0

Toggle v3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Update zio-sbt-ci, zio-sbt-ecosystem, ... to 0.4.0-alpha.35 (#1582)

📦 Updates 
* [dev.zio:zio-sbt-ci](https://github.com/zio/zio-sbt)
* [dev.zio:zio-sbt-ecosystem](https://github.com/zio/zio-sbt)
* [dev.zio:zio-sbt-website](https://github.com/zio/zio-sbt)

 from `0.4.0-alpha.34` to `0.4.0-alpha.35`

v3.1.0-rc1

Toggle v3.1.0-rc1's commit message

Verified

This commit was signed with the committer’s verified signature.
erikvanoosten Erik van Oosten
Remove lost

v3.0.0-18-ca7f289b

Toggle v3.0.0-18-ca7f289b's commit message

Verified

This commit was signed with the committer’s verified signature.
erikvanoosten Erik van Oosten
Avoid scaladoc issues.

v3.0.0

Toggle v3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Await acknowledgements in async benchmarks (#1545)

By waiting for the acknowledgements before closing the async benchmark,
we expect these benchmarks to become more stable.

Fixes #1542.

v3.0.0-rc2

Toggle v3.0.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Improve type inference for `runWithGracefulShutdown` (#1536)

Parameter `withStream` is allowed to have a different environment type
than `streamControl` parameter. A `Scope` is always provided to
`withStream`.

Also: better scaladoc layout.

Fixes #1526.

v3.0.0-rc1

Toggle v3.0.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Followup of #1201 - make tests parallel again and remove non-flaky (#…

…1521)

v2.12.0

Toggle v2.12.0's commit message

Verified

This commit was signed with the committer’s verified signature.
erikvanoosten Erik van Oosten
Fix documentation typo (#1508)

(cherry picked from commit 5304bab)

v2.11.0

Toggle v2.11.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Prepare documentation for zio-kafka 3 (#1473)

v2.10.0

Toggle v2.10.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Make it easy to configure compression and linger (#1442)

Add methods `withCompression` and `withLinger` to `ProducerSettings`.