Paul Loyd

Results 145 comments of Paul Loyd

After #102, it should test both backends, including the case when both features are enabled.

> Can we support to return the Bytes when error happened? There is no API to send raw bytes, which is a significant disclosure of implementation details. However, it would...

LGTM, thanks for your contribution! @mmcgee-jump, can you share why the `inserter` feature is unsuitable for your use case?

You can use the `fmt` option to define any custom logic, e.g. iterate over tabs and construct the desired name. I haven't tried it, but I use `fmt` to extract...

> Guessing this would involve having an async task in background keeping connection alive What do you mean? There is no heartbeat in the HTTP transport, only TCP KA, which...

Hello, > one of them read config during routing Can you provide more details here? Do you mean `MapRouter::with_state()`? --- In general, there are several options for how to implement...

@lucky-pucka This is exactly the first pattern described above. `with_state` looks useless here (but you probably use it in the full code via `ctx.key()` somewhere). Note: your spawner actor will...

> I even didn't know about common section This is described in the usage example https://github.com/elfo-rs/elfo/blob/8b7ae1a904afad9d5f6d39d0b54edd33cb6d31f2/examples/usage/config.toml#L1-L21 But obviously should be documented in the actoromicon. --- Let this issue be open...

It seems that the current check can skip the following exception (because it has `Net` prefix) ``` Code: 210. DB::NetException: I/O error: Broken pipe, while writing to socket (127.0.0.1:9000 ->...