garlic-hub
garlic-hub
Ah i just found #108. Sorry about that
Alright I had to figure this out from source code. The library internally uses the std::io::Read trait which provides no guarantees on whether the read will block or not. It...
I was running into this because I was using `mxpv/podsync` docker image (2 years out of date) instead of the `ghcr.io/mxpv/podsync` image. Once I switched the issue was gone. The...
See my PR here https://github.com/mxpv/podsync/pull/657
@hengfeiyang `IngestionData::GCP` has not changed in functionality. The change you see there is `decode_and_decompress_to_string()` which is not a new function. I only renamed it because now there are two different...
> @garlic-hub Have you tried ingestion with otlp protocol? we can help you on testing. I've tested this with both a JSON stream and an OTLP 1.0 stream. Both worked...
You docker compose is mapping port `8090` on your local host to port `80` inside the container. Your `config.toml` is set to use port `8090` though. You need to change...
Sorry, forgot to update the `pwd` command to be a dot for current directory