Skip to content

Commit

Permalink
fix(connector): kinesis impl is mismatched to pulsar (#2390)
Browse files Browse the repository at this point in the history
  • Loading branch information
tabVersion authored May 9, 2022
1 parent cffc6ac commit 7b94dad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/connector/src/base.rs
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ impl SplitImpl {
match self {
SplitImpl::Kafka(_) => KAFKA_SPLIT_TYPE,
SplitImpl::Pulsar(_) => PULSAR_SPLIT_TYPE,
SplitImpl::Kinesis(_) => PULSAR_SPLIT_TYPE,
SplitImpl::Kinesis(_) => KINESIS_SPLIT_TYPE,
SplitImpl::Nexmark(_) => NEXMARK_SPLIT_TYPE,
}
.to_string()
Expand Down

0 comments on commit 7b94dad

Please sign in to comment.