Modulesยง
- sink_
properties ๐ - source_
properties ๐
Macrosยง
Staticsยง
- SINK_
ALLOW_ ALTER_ ON_ FLY_ FIELDS - Map of sink connector names to their
allow_alter_on_fly
field names - SOURCE_
ALLOW_ ALTER_ ON_ FLY_ FIELDS - Map of source connector names to their
allow_alter_on_fly
field names
Functionsยง
- check_
sink_ allow_ alter_ on_ fly_ fields - Checks if all given fields are allowed to be altered on the fly for the specified sink connector.
Returns Ok(()) if all fields are allowed, otherwise returns a
ConnectorError
. - check_
source_ allow_ alter_ on_ fly_ fields - Checks if all given fields are allowed to be altered on the fly for the specified source connector.
Returns Ok(()) if all fields are allowed, otherwise returns a
ConnectorError
. - get_
sink_ connectors_ with_ allow_ alter_ on_ fly_ fields - Get all sink connector names that have
allow_alter_on_fly
fields - get_
source_ connectors_ with_ allow_ alter_ on_ fly_ fields - Get all source connector names that have
allow_alter_on_fly
fields