第 46 章 protobuf Serialize Action

为 Protobuf 序列化有效负载

46.1. 配置选项

下表总结了 protobuf-serialize-action Kamelet 的配置选项:

属性名称描述类型默认示例

schema *

模式

在序列化(作为单行)中使用的 Protobuf 模式

字符串

 

"message Person { required string first = 1; required string last = 2; }"

注意

带有星号(*)标记的字段为必填。