Zhongqiu Zhao

Results 5 issues of Zhongqiu Zhao

Based on the previous discussions here: https://elixirforum.com/t/optional-mix-deps-being-fetched-with-rebar3-plugins/28417/6

When producing via `produce_no_ack`(fire & forget), and if the Kafka broker response is slower than producing, the producer will persistently consume the memory till OOM. https://github.com/kafka4beam/brod/blob/master/src/brod_producer_buffer.erl#L118 It's better to add...

enhancement
help wanted

The snappy support is optional and configurable after kafka_protocol 4.0 in https://github.com/kafka4beam/brod/pull/459, so it should not be a default dependency. Besides, making it default will prevent users from excluding it....

The previous `from_str` require T meets `From + StableAsRef, {} ``` For example, the `Bytes` only implements from `&'static [u8]` and `&'static str`. In the previous `String::from_str` impl, it's impossible...

Since gun 2.0 the `gun_down` message no longer has its final element documented as `UnprocessedStreams`. See https://ninenines.eu/docs/en/gun/2.1/guide/migrating_from_1.3/