Modulesยง
- aws_
utils - connector_
common - Common parameters and utilities for both source and sink.
- error
- jvm_
runtime - macros ๐
- parser
- schema
- sink
- source
- with_
options ๐
Macrosยง
- bail_
invalid_ option_ error - Constructs a
InvalidOptionError
and bails out. - bail_
malformed_ response_ error - Constructs a
MalformedResponseError
and 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_enum
withConnectorProperties
as the enum type.- dispatch_
split_ impl dispatch_source_enum
withSplitImpl
as the enum type.- for_
all_ classified_ sources - for_
all_ connections - for_
all_ sinks - for_
all_ sources - for_
all_ sources_ inner - 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_NAME
to dispatch logic. - match_
source_ name_ str_ inner - only_
parse_ payload - paste
- tri
tri!
in generators yieldErr
and return()
?
in generators returnErr
Structsยง
- With
Options SecResolved - Options or properties extracted from the
WITH
clause of DDLs.
Traitsยง
- With
Properties Ext - Utility methods for
WITH
properties (HashMap
andBTreeMap
).