-
Bug
-
Resolution: Unresolved
-
Major
-
None
-
None
-
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":
}'
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>