Protobuf Data Format Prerequisites
Perform the following prerequisites before reading or writing protobuf data.
Data Collector processes data based on a protobuf descriptor file. The descriptor file (.desc) describes one or more message types. When you configure a stage to process data, you specify the message type to use.
Before processing protobuf data, perform the following tasks:
- Generate the protobuf descriptor file
- When you generate the descriptor file, you need the .proto files that define the message type and any related dependencies.
- Store the descriptor file in the Data Collector resources directory
- Save the generated descriptor file in the
$SDC_RESOURCES
directory. For more information about environment variables, see Data Collector Environment Configuration in the Data Collector documentation.
For a list of origins and destinations that process this data format, see Data Format Support.