ConduitIO / ConduitIO/conduit-connector-postgres
Feature: improve how do we specify what tables to listen
- Dominant language
- Go
- Stars
- 19
- Forks
- 12
- Avg merge
- 12h 20m
- Merged PRs (30d)
- 5
Description
### Feature description
# Description
As discussed on the team sync, we might want to improve how do we specify which tables to listen. For example, debezium has these configuration options:
[schema.include.list](https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-schema-include-list) and [schema.exclude.list](https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-schema-include-list)
same for tables
[table.include.list](https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-table-include-list) and [table.exclude.list](https://debezium.io/documentation/reference/stable/connectors/postgresql.html#postgresql-property-table-exclude-list).
Should we emulate them?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.