All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.kestra.plugin.debezium.postgres.package-info Maven / Gradle / Ivy

Go to download

Capture PostgreSQL database changes using Debezium integration. Note that this plugin is intended for advanced use cases and requires a proper Debezium setup as explained e.g. in [the following blueprint](https://kestra.io/blueprints/194-use-debezium-to-trigger-a-flow-whenever-new-entries-hit-a-postgres-database-then-send-notification-to-slack-and-process-data-in-python). For simple use cases, consider using the [JDBC-based PostgreSQL plugin](https://kestra.io/plugins/plugin-jdbc-postgres) instead.

There is a newer version: 0.20.0
Show newest version
@PluginSubGroup(
    description = "This sub-group of plugins contains tasks for using Debezium with PostgreSQL.\n" +
        "Debezium is an open source distributed platform for change data capture.",
    categories = PluginSubGroup.PluginCategory.DATABASE
)
package io.kestra.plugin.debezium.postgres;

import io.kestra.core.models.annotations.PluginSubGroup;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy