Adding link to replication API

This commit is contained in:
Gunnar Morling 2019-06-21 11:14:35 +02:00
parent d3e399e167
commit 21176ff70f

View File

@ -48,6 +48,11 @@
* A {@link RecordsProducer} which creates {@link SourceRecord records} from a
* Postgres streaming replication connection and {@link ReplicationMessage
* messages}.
* <p>
* See the <a href=
* "https://jdbc.postgresql.org/documentation/head/replication.html">Physical
* and Logical replication API</a> to learn more about the underlying Postgres
* APIs.
*
* @author Horia Chiorean (hchiorea@redhat.com)
*/