Module replication

Source
Expand description

Code to render the ingestion dataflow of a SqlServerSourceConnection.

StructsΒ§

PrometheusSqlServerCdcMetrics πŸ”’
Provides an implemntation of SqlServerCdcMetrics that will update SqlServerSourceMetrics`

StaticsΒ§

REPL_READER πŸ”’
Used as a partition ID to determine the worker that is responsible for reading data from SQL Server.

FunctionsΒ§

decode πŸ”’
Helper method to decode a row from a tiberius::Row (or 2 of them in the case of update) to a Row. This centralizes the decode and mapping to result.
handle_data_event πŸ”’
render πŸ”’
return_definite_error πŸ”’
Helper method to return a β€œdefinite” error upstream.

Type AliasesΒ§

StackedAsyncOutputHandle πŸ”’