From d53ca0daec3eb83826cb737f696c7e17900e9a49 Mon Sep 17 00:00:00 2001 From: Clifford Cheefoon Date: Fri, 2 Feb 2024 19:57:46 -0500 Subject: [PATCH] DBZ-7443 Correct debezium.sink.pubsub.flowcontrol variables Correct case discrepancy for configuration variables between docs and pubsub sink connector https://github.com/debezium/debezium-server/blob/df953233220e5250129135fabf1d97212d77ea40/debezium-server-pubsub/src/main/java/io/debezium/server/pubsub/PubSubChangeConsumer.java#L98C3-L98C88 --- COPYRIGHT.txt | 1 + .../modules/ROOT/pages/operations/debezium-server.adoc | 6 +++--- jenkins-jobs/scripts/config/Aliases.txt | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/COPYRIGHT.txt b/COPYRIGHT.txt index b7f491d8f..d4086c72a 100644 --- a/COPYRIGHT.txt +++ b/COPYRIGHT.txt @@ -581,3 +581,4 @@ Pavithrananda Prabhu Peter Hamer Artem Shubovych leoloel +Clifford Cheefoon diff --git a/documentation/modules/ROOT/pages/operations/debezium-server.adoc b/documentation/modules/ROOT/pages/operations/debezium-server.adoc index d3b830b0f..559c459fc 100644 --- a/documentation/modules/ROOT/pages/operations/debezium-server.adoc +++ b/documentation/modules/ROOT/pages/operations/debezium-server.adoc @@ -620,15 +620,15 @@ This is not supported by Pub/Sub so a surrogate key must be used. |`10000000L` |Once the number of bytes in the batched request reaches this threshold, send all of the messages in a single call, even if neither the delay or message count thresholds have been exceeded yet. -|[[flowControl-enabled]]<> +|[[flowcontrol-enabled]]<> |`false` |When enabled, configures your publisher client with flow control to limit the rate of publish requests. -|[[flowControl-max-outstanding-messages]]<> +|[[flowcontrol-max-outstanding-messages]]<> |`Long.MAX_VALUE` |(Optional) If flow control enabled, the maxmium number of messages before messages are blocked from being published -|[[flowControl-max-outstanding-bytes]]<> +|[[flowcontrol-max-outstanding-bytes]]<> |`Long.MAX_VALUE` |(Optional) If flow control enabled, the maxmium number of bytes before messages are blocked from being published diff --git a/jenkins-jobs/scripts/config/Aliases.txt b/jenkins-jobs/scripts/config/Aliases.txt index 15b604c8d..322cb56b9 100644 --- a/jenkins-jobs/scripts/config/Aliases.txt +++ b/jenkins-jobs/scripts/config/Aliases.txt @@ -251,3 +251,4 @@ wukachn,Peter Hamer shybovycha,Artem Shubovych Liaoyuxing,leoloel iankko,Jan Lieskovsky +CliffordCheefoon,Clifford Cheefoon