Back to Designs page

Table of Contents

Related Research

No research entries have been linked to this design.

Additional tags

# connectors 7

Filter definition of Debezuim connectors

Anges Ding avatar

Author: Anges Ding | Last edit: May 16, 2023 | Design type: Filtering | Product area: Kafka

Overview

When creating Debezium connectors in RHOC, there is additional functionality that provides the ability to specify filters that apply to databases, collections, and columns. 


Concepts

The users need to specify ‘Include’ or ‘Exclude’, when they enter a list of regular expressions that match the fully-qualified names of the databases, collections, or fields,

For example, to apply the database filters:

When ‘Include’ has been selected:

  • The connector monitors only the databases that the filter specifies. It does not monitor any other databases.

When ‘Exclude’ has been selected:

  • The connector does not monitor the databases that the filter specifies. It monitors all other databases.

The design should be represented for both creation, editing, and view mode.


Examples

Filter definition in creation flow: 

Empty status:

After input value:

Filter definition in view mode:

Filter definition in editing flow:

When the users applied conflicted filters: