mfyuce commented on PR #3516: URL: https://github.com/apache/iggy/pull/3516#issuecomment-4769574268
Added proto storage format in the latest push. New config field: `format = "proto"` on `OtlpSourceConfig` (default: `"json"`, fully backward-compatible). In proto mode the entire `Export*ServiceRequest` is prost-encoded as a single raw message per gRPC call instead of fanning out to one JSON document per signal item. Combined with `otlp_sink`'s existing `format = "proto"` this cuts storage by ~4-5x (JSON field-name overhead eliminated, one message per batch instead of one per span/data-point/record). `prost` added as a workspace dep since `opentelemetry-proto` re-exports the generated types but not the `Message` encode trait. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
