Skip to main content

Crate camel_dataformat_protobuf

Crate camel_dataformat_protobuf 

Source
Expand description

camel-dataformat-protobuf โ€” Protobuf DataFormat for Apache Camel Rust.

Provides marshal/unmarshal support for Protocol Buffers using dynamic message descriptors compiled at runtime via prost-reflect. JSON โ†” binary protobuf round-tripping is supported out of the box.

TODO(PROTO-005): Schema registry integration (e.g. Confluent Schema Registry) is not yet implemented. When available, this will allow automatic schema lookup/registration by subject and version during marshal/unmarshal.

Structsยง

ProtobufConfig
ProtobufDataFormat