Anonymitaet commented on a change in pull request #12256:
URL: https://github.com/apache/pulsar/pull/12256#discussion_r727615308



##########
File path: site2/docs/io-debezium-source.md
##########
@@ -535,6 +535,72 @@ configs:
 
 For the full list of configuration properties supported by Debezium, see 
[Debezium Connector for 
Oracle](https://debezium.io/documentation/reference/1.5/connectors/oracle.html#oracle-connector-properties).
 
+## Example of MS SQL
+
+### Configuration
+
+Debezium 
[requires](https://debezium.io/documentation/reference/1.5/connectors/sqlserver.html#sqlserver-overview)
 SQL Server with CDC enabled.
+Steps outlined in the 
[documentation](https://debezium.io/documentation/reference/1.5/connectors/sqlserver.html#setting-up-sqlserver)
 and used in the [integration 
test](https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/debezium/DebeziumMsSqlSourceTester.java).
+Please refer to the [documentation for Microsoft SQL 
Server](https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server)
 as needed.

Review comment:
       For more information, see [Enable and disable change data capture in 
Microsoft SQL 
Server](https://docs.microsoft.com/en-us/sql/relational-databases/track-changes/enable-and-disable-change-data-capture-sql-server?view=sql-server-ver15).

##########
File path: site2/docs/io-debezium-source.md
##########
@@ -535,6 +535,72 @@ configs:
 
 For the full list of configuration properties supported by Debezium, see 
[Debezium Connector for 
Oracle](https://debezium.io/documentation/reference/1.5/connectors/oracle.html#oracle-connector-properties).
 
+## Example of MS SQL
+
+### Configuration
+
+Debezium 
[requires](https://debezium.io/documentation/reference/1.5/connectors/sqlserver.html#sqlserver-overview)
 SQL Server with CDC enabled.
+Steps outlined in the 
[documentation](https://debezium.io/documentation/reference/1.5/connectors/sqlserver.html#setting-up-sqlserver)
 and used in the [integration 
test](https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/debezium/DebeziumMsSqlSourceTester.java).

Review comment:
       The link of integration test 
(https://github.com/apache/pulsar/blob/master/tests/integration/src/test/java/org/apache/pulsar/tests/integration/src/test/java/org/apache/pulsar/tests/integration/io/sources/debezium/DebeziumMsSqlSourceTester.java)
 is invalid

##########
File path: site2/docs/io-debezium-source.md
##########
@@ -535,6 +535,72 @@ configs:
 
 For the full list of configuration properties supported by Debezium, see 
[Debezium Connector for 
Oracle](https://debezium.io/documentation/reference/1.5/connectors/oracle.html#oracle-connector-properties).
 
+## Example of MS SQL

Review comment:
       ```suggestion
   ## Example of Microsoft SQL
   ```

##########
File path: site2/docs/io-connectors.md
##########
@@ -52,6 +52,15 @@ Pulsar has various source connectors, which are sorted 
alphabetically as below.
 * [Example](io-debezium-source.md#example-of-oracle)
 
 * [Java 
class](https://github.com/apache/pulsar/blob/master/pulsar-io/debezium/oracle/src/main/java/org/apache/pulsar/io/debezium/oracle/DebeziumOracleSource.java)
+
+### Debezium Microsoft SQl Server

Review comment:
       ```suggestion
   ### Debezium Microsoft SQL Server
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to