Skip to content

fs2-kafka v3.5.0

Compare
Choose a tag to compare
@aartigao aartigao released this 18 Apr 04:22
· 44 commits to series/3.x since this release
fb082a0

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

image

Prod

image

Relevant Changes

Other Changes

Full Changelog: v3.4.0...v3.5.0