Skip to content

Commit bd36a85

Browse files
authored
Updated the code block
Updated the code block
1 parent 3a22232 commit bd36a85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/hdinsight-aks/flink/monitor-changes-postgres-table-flink.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Change Data Capture (CDC) of PostgreSQL table using Apache Flink®
33
description: Learn how to perform CDC on PostgreSQL table using Apache Flink®
44
ms.service: hdinsight-aks
55
ms.topic: how-to
6-
ms.date: 03/28/2024
6+
ms.date: 03/29/2024
77
---
88

99
# Change Data Capture (CDC) of PostgreSQL table using Apache Flink®
@@ -187,7 +187,7 @@ Now, let's learn how to monitor changes on PostgreSQL table using Flink-SQL CDC.
187187
'hostname' = 'flinkpostgres.postgres.database.azure.com',
188188
'port' = '5432',
189189
'username' = 'username',
190-
....
190+
'password' = 'password',
191191
'database-name' = 'postgres',
192192
'schema-name' = 'public',
193193
'table-name' = 'shipments',

0 commit comments

Comments
 (0)