Skip to content

Commit 16c8954

Browse files
fix: add schema version to LogStreamMetadata
1 parent f9eb223 commit 16c8954

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/metadata.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -304,6 +304,7 @@ impl StreamInfo {
304304
static_schema
305305
},
306306
stream_type: Some(stream_type.to_string()),
307+
schema_version: SchemaVersion::V1,
307308
..Default::default()
308309
};
309310
map.insert(stream_name, metadata);

0 commit comments

Comments
 (0)