Re-exports§
pub use base::UPSTREAM_SOURCE_KEY;
pub use base::WEBHOOK_CONNECTOR;
pub use google_pubsub::GOOGLE_PUBSUB_CONNECTOR;
pub use kafka::KAFKA_CONNECTOR;
pub use kinesis::KINESIS_CONNECTOR;
pub use mqtt::MQTT_CONNECTOR;
pub use nats::NATS_CONNECTOR;
pub use crate::source::filesystem::LEGACY_S3_CONNECTOR;
pub use crate::source::filesystem::opendal_source::AZBLOB_CONNECTOR;
pub use crate::source::filesystem::opendal_source::GCS_CONNECTOR;
pub use crate::source::filesystem::opendal_source::OPENDAL_S3_CONNECTOR;
pub use crate::source::filesystem::opendal_source::POSIX_FS_CONNECTOR;
pub use crate::source::nexmark::NEXMARK_CONNECTOR;
pub use crate::source::pulsar::PULSAR_CONNECTOR;
pub use base::*;
Modules§
- base
- cdc
- common 🔒
- data_
gen_ util - datagen
- filesystem
- google_
pubsub - iceberg
- kafka
- kinesis
- manager 🔒
- monitor
- mqtt
- nats
- nexmark
- prelude
- pulsar
- reader
- test_
source - util 🔒
Structs§
- Source
Column Desc SourceColumnDesc
is used to describe a column in the Source.
Enums§
- Source
Column Type SourceColumnType
is used to indicate the type of a column emitted by the Source. There are 4 types of columns:- Wait
Checkpoint Task - Tasks executed by
WaitCheckpointWorker