Skip to content

Commit 53b7462

Browse files
fix kafka, fix migration tests
1 parent 41f5c1e commit 53b7462

File tree

2 files changed

+70
-6
lines changed

2 files changed

+70
-6
lines changed

src/connectors/kafka/processor.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,13 @@ impl ParseableSinkProcessor {
5050
.map(|r| r.topic.as_str())
5151
.unwrap_or_default();
5252
let log_source_entry = LogSourceEntry::default();
53-
5453
PARSEABLE
5554
.create_stream_if_not_exists(
5655
stream_name,
5756
StreamType::UserDefined,
5857
None,
5958
vec![log_source_entry],
59+
TelemetryType::default(),
6060
)
6161
.await?;
6262

0 commit comments

Comments
 (0)