Re-exports§
pub use base::UPSTREAM_SOURCE_KEY;
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::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::filesystem::S3_CONNECTOR;
pub use crate::source::nexmark::NEXMARK_CONNECTOR;
pub use crate::source::pulsar::PULSAR_CONNECTOR;
pub use base::*;
Modules§
Structs§
SourceColumnDesc
is used to describe a column in the Source.
Enums§
SourceColumnType
is used to indicate the type of a column emitted by the Source. There are 4 types of columns:- Tasks executed by
WaitCheckpointWorker