-
Task
-
Resolution: Done
-
Major
-
0.10.0.CR1
-
None
There is a link in the PostgreSQL connector documentation that points to:
https://www.postgresql.org/docs/9.6/datatype-pg-lsn.html
This link should be changed to the following to avoid becoming stale:
https://www.postgresql.org/docs/current/datatype-pg-lsn.html
Probably best to check all the documentation references to postgresql.org and make sure they're using the current tag rather than 9.6 or specific versions.
There is also one phrase that likely should be reworked:
The name of the Kafka topics takes by default the form serverName.schemaName.tableName, where serverName is the logical name of the connector as specified with the database.server.name configuration property, schemaName is the name of the database schema where the operation occurred, and tableName is the name of the database table on which the operation occurred.