Uploaded image for project: 'Debezium'
  1. Debezium
  2. DBZ-8337

Not able to connect with Postgres flexible server

XMLWordPrintable

    • False
    • None
    • False
    • Critical

      I previously had a PostgreSQL single server where I set up publication and replication for tables and installed the Debezium connector on Azure to transfer data from PostgreSQL to Event Hubs. This setup was working fine, but after upgrading from single server to flexible server, the data push to Event Hubs has stopped working

      Bug report

      debezium connector stopped working with postgres flexible server

      What Debezium connector do you use and what version?

      2.3.0

      What is the connector configuration?

      curl --location 'http://localhost:8083/connectors' \
      --header 'Content-Type: application/json' \
      --data '{
        "name": "cbd-debezium-connect-svc-pub",
        "config":

      {     "plugin.name": "pgoutput",     "connector.class": "io.debezium.connector.postgresql.PostgresConnector",     "database.hostname": "database-fps.postgres.database.azure.com",     "database.port": "5432",     "database.user": "xxxx",     "database.password": "xxxx",     "database.dbname" : "xxx_docbase",     "slot.name": "xxx_s_dbz",     "message.key.columns": "abd_s:r_object_id",     "replica.identity.autoset.values": "abd_s:INDEX d_1f01e2408999990b",     "publication.name": "xxx_s_pub",     "publication.autocreate.mode": "disabled",     "topic.prefix": "dz-xxx.dar.abd_s",     "table.include.list": "dxxx.abd_s",     "time.precision.mode":"connect",     "snapshot.mode": "never",     "skipped.operations": "t"   }

      }'

      What is the captured database version and mode of deployment?

      PostgreSQL flexible server 15.7

      What behavior do you expect?

      data should push to eventhubs

      What behavior do you see?

      data is not getting pushed to eventhubs

      Do you see the same behaviour using the latest released Debezium version?

      (Ideally, also verify with latest Alpha/Beta/CR version)

      <Your answer>

      Do you have the connector logs, ideally from start till finish?

      (You might be asked later to provide DEBUG/TRACE level log)

      <Your answer>

      How to reproduce the issue using our tutorial deployment?

      <Your answer>

      Feature request or enhancement

      For feature requests or enhancements, provide this information, please:

      Which use case/requirement will be addressed by the proposed feature?

      <Your answer>

      Implementation ideas (optional)

      <Your answer>

              Unassigned Unassigned
              shiv24 siva attuluri (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: