Emmanuel Bosquet

Results 35 issues of Emmanuel Bosquet

We would need this kind of metrics on the main process, all having to do with hot reloading: - number of clients by minute - client messages received (from the...

metrics

Been using bat for two years, huge fan :pray: An additional `word` option to the `--wrap` flag would be great to avoid splitting the words in two when wrapping long...

feature-request

for now, if header parsing fails, we return a 400, but the access log does not indicate method, authority or path, which is information available in the request line. Kawa...

Check which one is used (or mostly used), replace the other with it, then suppress the other.

the key of `TrieNode` is a `Vec`, but it should be a slice `&[u8]`.

Up until now, time metrics were returned by Sōzu, and rendered in the CLI, as percentiles: ``` ┌────────────────────────┬─────────┬──────┬──────┬──────┬───────┬────────┬─────────┬──────┐ │ Percentiles │ samples │ p50 │ p90 │ p99 │ p99.9...

enhancement
metrics
protobuf

Sōzu returns for now: - standard HTTP responses with HTTP status codes (301, 502, etc) - custom 404 and 503 responses (custom HTML strings) It would be beneficial for the...

enhancement

The good practice, when creating a new cluster, is documented, but **not enforced**: 1. create a listener (on address `0.0.0.0:8080` for instance) 2. create a cluster with an id and...

enhancement
configuration
protobuf

Anytime the `max_command_buffer_size` is too small and we get this error: > channel buffer is full ({0} bytes), cannot grow more we end up upping the value in the config...

question