Re-exports§
pub use base::UPSTREAM_SOURCE_KEY;pub use base::WEBHOOK_CONNECTOR;pub use batch::BatchSourceSplitImpl;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::BATCH_POSIX_FS_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
- batch
- cdc
- common 🔒
- data_
gen_ util - datagen
- filesystem
- google_
pubsub - iceberg
- kafka
- kinesis
- manager 🔒
- monitor
- mqtt
- nats
- nexmark
- prelude
- pulsar
- reader
- test_
source - util 🔒
Structs§
- CdcTable
Snapshot Split Common - Source
Column Desc SourceColumnDescis used to describe a column in the Source.
Enums§
- Source
Column Type SourceColumnTypeis 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