Results 7 comments of Marco Conte

I got this error when the server tried to send a message which size was too big.

@ice1000 thank you for your reply. Just to be clear: are you saying that grpc-rs cannot be linked on musl due to a known limitation of rustc?

I've followed the proposed workaround, unfortunately it didn't work out, as I got the following error: ``` /opt/cross/x86_64-linux-musl/lib/gcc/x86_64-linux-musl/5.3.0/../../../../x86_64-linux-musl/bin/ld: /tmp/target/x86_64-unknown-linux-musl/debug/deps/libgrpcio_sys-491b4cf86ab89274.rlib(log_linux.cc.o): unrecognized relocation (0x2a) in section `.text._Z15gpr_default_logP17gpr_log_func_args' /opt/cross/x86_64-linux-musl/lib/gcc/x86_64-linux-musl/5.3.0/../../../../x86_64-linux-musl/bin/ld: final link failed: Bad...

Is there any update for this? Thanks.

I'm following the example found in the [opentelemetry-rust project](https://github.com/open-telemetry/opentelemetry-rust/tree/main/examples/actix-http-tracing). If I try to add a new layer to the `Registry` I get a panic error message when I cURL the...

Hi, we use flatdata in Rust and also interested in this particular feature. We are creating in memory resource storages, and subdirectories, and given a flatdata storage we would like...

Thanks for your reply. Yes, in my scenario of "local development" I cannot `rm -r my_archive` because there's no such file as we use in memory storages. To make a...