fs2-kafka v3.5.0
Important Notice: Memory leak found π
A leak in the fetch loop caused by a misuse of the CE Fiber API has been found and fixed (more info in #1318). Of course, all users are encouraged to upgrade β¬οΈ
All credits to @abestel who took the time to investigate the root cause a propose a fix for it! ππ½ π₯ Awesome contribution! π
Depending on the usage, the leak advances slowly or faster. As an example, here's the graph of one of our services for the last 12h in Staging (with the SNAPSHOT that includes #1318) and Prod (with v3.4.0) (both envs share exactly the same load) ππ½
Staging
Prod
Relevant Changes
Other Changes
- Update
tlBaseVersion
to match latest tag by @aartigao in #1313 - Update fs2-core to 3.10.0 in series/3.x by @scala-steward in #1314
- Update sbt-buildinfo to 0.12.0 in series/3.x by @scala-steward in #1315
- Retry
RebalanceInProgressException
inCommitRecovery.Default
by @aartigao in #1312 - Change
Blocking
to useSync#interruptible
, notblocking
by @bastewart in #1126 - Update scalafmt-core to 3.8.1 in series/3.x by @scala-steward in #1317
- Update fs2-core to 3.10.2 in series/3.x by @scala-steward in #1316
Full Changelog: v3.4.0...v3.5.0