Renato Arruda
Renato Arruda
Related to https://github.com/fluent/fluent-bit/pull/5557
## About the changes - only done if custom_http_headers config includes {'Content-Encoding' => 'gzip'} - only allow gzip. - 'Content-Encoding' header will get dropped in GET requests. - undocumented feature....
## About the changes Add support for type checking/hinting in the SDK. Should be quite helpful for users if they have a powerful IDE, and for developers to ensure that...
for reference: - https://github.com/Unleash/unleash-client-python/commit/af0bcd62f9c8ac42781c7975bab0469bdf7d2f48 - https://github.com/Unleash/unleash-client-java/commit/1f182863dc474f473389c504b6e45b8cf47db8f1
**What this PR does / why we need it**: In busy/large clusters, will prevent timeouts from long living locks/concurrency issues, as the writing to the map takes overly long, blocking...