refactor(streamer): consume control and body over NATS

This commit is contained in:
2026-03-16 17:07:45 +08:00
parent ee8ff747ea
commit ee53d1958e
5 changed files with 144 additions and 116 deletions
@@ -48,6 +48,7 @@ enum class McapCompression {
struct InputConfig {
std::string uri{"cvmmap://default"};
std::string nats_url{"nats://localhost:4222"};
};
struct EncoderConfig {