Skip to content

Commit

Permalink
restrict to Log
Browse files Browse the repository at this point in the history
  • Loading branch information
pront committed Nov 30, 2023
1 parent b9922e3 commit dd58bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/codecs/src/encoding/format/protobuf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ impl ProtobufSerializerConfig {

/// The data type of events that are accepted by `ProtobufSerializer`.
pub fn input_type(&self) -> DataType {
DataType::all()
DataType::Log
}

/// The schema required by the serializer.
Expand Down

0 comments on commit dd58bde

Please sign in to comment.