Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support CDC from Postgresql #3234

Open
wanghd89 opened this issue Aug 24, 2023 · 0 comments
Open

Support CDC from Postgresql #3234

wanghd89 opened this issue Aug 24, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@wanghd89
Copy link
Contributor

Is your feature request related to a problem? Please describe.
I would like to use data-prepper to ingest CDC from Postgresql database, including Aurora DB

Describe the solution you'd like
Support Kafka Connect with Debezium Postgresql connector plugins

Describe alternatives you've considered (Optional)
N/A

Additional context

connect-pipeline:
  source:
    kafka_connect:
      worker_properties:
        group_id: group
        config_storage_topic: pipeline-configs
        offset_storage_topic: pipeline-offsets
        status_storage_topic: pipeline-status
      postgresql:
        hostname: localhost
        credentials:
          type: aws
          region: us-east-1
          secretId: secretId
        tables:
          - topic_prefix: prefix1
            database_name: dbname
            table_name: public.tableName1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Development

No branches or pull requests

2 participants