George Teo

Results 4 comments of George Teo

We are semi-actively porting our internal implementation to this OSS library, but TLS is not currently available. Since it is available in the sarama library (which is the underlying implementation),...

With #1289, should fuzzy completion work today if when I configure `completion_mode=fuzzy`? ``` ❯ config ─────────────────┬─────── completion_mode │ fuzzy use_starship │ Yes ─────────────────┴─────── ```

Oh great. #2238, `fuzzy` will work in 0.18 or I can compile from source if I'm impatient.

Note that with this check in place, the following case is degenerate (no progress will be made) with the following configuration: ``` # Sarama MaxResponseSize = 1 bytes # Kafka...