From 8c518ce57ec7d9e89bf492d71f923154aca18cca Mon Sep 17 00:00:00 2001 From: Byron Ruth Date: Thu, 26 Jan 2023 07:59:02 -0500 Subject: [PATCH] [docs] Note support for NATS JetStream in description --- COPYRIGHT.txt | 1 + .../modules/ROOT/pages/operations/debezium-server.adoc | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index 03dfcd2d2..f97c91618 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -69,6 +69,7 @@ Braden Staudacher Brandon Brown Brandon Maguire Brennan Vincent +Byron Ruth Camile Sing César Martínez Cao Manh Dat diff --git a/documentation/modules/ROOT/pages/operations/debezium-server.adoc b/documentation/modules/ROOT/pages/operations/debezium-server.adoc index 3901eb693..f21a570cf 100644 --- a/documentation/modules/ROOT/pages/operations/debezium-server.adoc +++ b/documentation/modules/ROOT/pages/operations/debezium-server.adoc @@ -17,7 +17,7 @@ Please let us know if you encounter any problems while using this feature. Also please reach out if you have requirements for specific sinks to be supported by {prodname} Server or even would be interested in contributing the required implementation. ==== -{prodname} provides a ready-to-use application that streams change events from a source database to messaging infrastructure like Amazon Kinesis, Google Cloud Pub/Sub, Apache Pulsar or Redis (Stream). +{prodname} provides a ready-to-use application that streams change events from a source database to messaging infrastructure like Amazon Kinesis, Google Cloud Pub/Sub, Apache Pulsar, Redis (Stream), or NATS JetStream. For streaming change events to Apache Kafka, it is recommended to deploy the {prodname} connectors via Kafka Connect. == Installation