Urmas Talimaa
Urmas Talimaa
Introduces `parallelLimit` option to allow processing slim files in parallel. Allows a significant speed boost. Also fixes using the `bundleExec` option.
Allows authentication callback adapters to re-authenticate the connection before session lifetime expires (see the [KIP][kip]). Session lifetime is returned by the broker in [Version 1 SaslAuthenticate Response][sasl_authenticate_protocol]. Example usage pattern...
Fixes a data-race between an ets read from lookup/2 and the ets write from the 'DOWN' handler of a registered process which causes intermittent failures in supervision strategies. In practice,...
UUIDs are often passed around in application code in their canonical, hex as string representation e.g. "550e8400-e29b-41d4-a716-446655440000". Encoding UUIDs as Avro "string"s takes 37 bytes, while encoding UUIDs in their...