Modulesยง
- allow_
alter_ on_ fly_ fields - aws_
utils - connector_
common - Common parameters and utilities for both source and sink.
- enforce_
secret ๐ - error
- jvm_
runtime - macros ๐
- parser
- schema
- sink
- source
- with_
options ๐
Macrosยง
- bail_
invalid_ option_ error - Constructs a
InvalidOptionErrorand bails out. - bail_
malformed_ response_ error - Constructs a
MalformedResponseErrorand bails out. - call_
method - call_
static_ method - dispatch_
sink - dispatch_
sink_ formatter_ impl - Macro to dispatch formatting implementation for all supported sink formatter types. Used when the message key can be either bytes or string.
- dispatch_
sink_ formatter_ str_ key_ impl - Macro to dispatch formatting implementation for sink formatters that require string keys. Used when the message key must be a string (excludes some Avro and bytes implementations).
- dispatch_
source_ enum - Usage:
dispatch_source_enum!(EnumType, enum_value, |inner_ident| body). - dispatch_
source_ enum_ inner - The invocation:
- dispatch_
source_ prop dispatch_source_enumwithConnectorPropertiesas the enum type.- dispatch_
split_ impl dispatch_source_enumwithSplitImplas the enum type.- for_
all_ classified_ sources - for_
all_ connections - for_
all_ sinks - for_
all_ sources - for_
all_ sources_ inner - generate_
config_ use_ clauses - generate_
config_ use_ single - impl_
cdc_ source_ type - impl_
connection - impl_
connector_ properties - impl_
split - invalid_
option_ error - Constructs a
InvalidOptionError. - malformed_
response_ error - Constructs a
MalformedResponseError. - match_
sink_ name_ str - match_
source_ name_ str - Matches against
SourceProperties::SOURCE_NAMEto dispatch logic. - match_
source_ name_ str_ inner - only_
parse_ payload - paste
- tri
tri!in generators yieldErrand return()?in generators returnErr- use_
all_ sink_ configs
Structsยง
- With
Options SecResolved - Options or properties extracted from the
WITHclause of DDLs.
Constantsยง
- AUTO_
SCHEMA_ CHANGE_ KEY - SINK_
CREATE_ TABLE_ IF_ NOT_ EXISTS_ KEY - SINK_
INTERMEDIATE_ TABLE_ NAME - SINK_
TARGET_ TABLE_ NAME
Traitsยง
- Get
- GetKey
Iter - With
Properties Ext - Utility methods for
WITHproperties (HashMapandBTreeMap).