Skip to content

Commit 5ae6366

Browse files
update caller for create stream
1 parent ef08564 commit 5ae6366

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/connectors/kafka/processor.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ impl ParseableSinkProcessor {
5555
.create_stream_if_not_exists(
5656
stream_name,
5757
StreamType::UserDefined,
58+
None,
5859
vec![log_source_entry],
5960
)
6061
.await?;

0 commit comments

Comments
 (0)