brooklin
brooklin copied to clipboard
An extensible distributed system for reliable nearline data streaming at scale
Minor Version Bump for Release
Even in flushness mode BMM's tasks do a flush call on the producer when shutting down. We have observed that producer flush call tends to get indefinitely stuck and this...
Kafka poll currently used by Brooklin is prone to indefinitely blocking the client thread in certain scenarios (such as fetching metadata updates). This behavior is described in [KIP-266](https://cwiki.apache.org/confluence/display/KAFKA/KIP-266%3A+Fix+consumer+indefinite+blocking+behavior). The current...
Important: DO NOT REPORT SECURITY ISSUES DIRECTLY ON GITHUB. For reporting security issues and contributing security fixes, please, email [email protected] instead, as described in the contribution guidelines. Please, take a...
Hey team, I have a question regarding the 1.1.0 BMM version. Can someone please share what has been changed in the latest release of BMM (https://github.com/linkedin/brooklin/releases/tag/1.1.0) from the previous version?...