postgres_cdc: add support for streaming from multiple schemas #3119
Labels
enhancement
needs investigation
It looks as though have all the information needed but investigation is required
Currently, the
postgres_cdc
output only supports streaming CDC events from tables within a single schema. It should be able to stream CDC events from tables across multiple schemas.The schema name would also need to be added to the event metadata.
The text was updated successfully, but these errors were encountered: