Skip to content

Commit

Permalink
fix ParseableSinkProcessor.deserialize
Browse files Browse the repository at this point in the history
  • Loading branch information
hippalus committed Jan 7, 2025
1 parent 84135ed commit 736af65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/connectors/kafka/processor.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ use crate::connectors::common::processor::Processor;
use crate::connectors::kafka::config::BufferConfig;
use crate::connectors::kafka::{ConsumerRecord, StreamConsumer, TopicPartition};
use crate::event::format;
use crate::event::format::{EventFormat, LogSource};
use crate::event::format::EventFormat;
use crate::event::Event as ParseableEvent;
use crate::handlers::http::ingest::create_stream_if_not_exists;
use crate::metadata::STREAM_INFO;
Expand Down Expand Up @@ -70,7 +70,6 @@ impl ParseableSinkProcessor {
static_schema_flag.as_ref(),
time_partition.as_ref(),
schema_version,
&LogSource::Json,
)?;

let p_event = ParseableEvent {
Expand Down

0 comments on commit 736af65

Please sign in to comment.