From c207ad1d8a97e896289cb061b70907129df4ce29 Mon Sep 17 00:00:00 2001 From: pppurple Date: Thu, 18 May 2023 20:49:06 +0900 Subject: [PATCH 1/2] Use SubscriptionBuilder.properties() to set property supplier --- docs/dynamic-property-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dynamic-property-configuration.adoc b/docs/dynamic-property-configuration.adoc index f244b58c..36f4013f 100644 --- a/docs/dynamic-property-configuration.adoc +++ b/docs/dynamic-property-configuration.adoc @@ -47,7 +47,7 @@ ProcessorSubscription testProcessor = .consumerConfig(consumerConfig) .buildAndStart(); ---- -<1> When you instantiate the `ProcessorSubscription`, use `props.setBySupplier()` to set your property supplier. +<1> When you instantiate the `ProcessorSubscription`, use `SubscriptionBuilder.properties()` to set your property supplier. The following is the full example that demonstrates how to use `CentralDogmaPropertySupplier`: [source,java] From 8e8da633a7b516b6a789d77065b2288b2c6d97f0 Mon Sep 17 00:00:00 2001 From: pppurple Date: Mon, 27 Oct 2025 20:34:01 +0900 Subject: [PATCH 2/2] Fix adoc usage --- docs/dynamic-property-configuration.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/dynamic-property-configuration.adoc b/docs/dynamic-property-configuration.adoc index 36f4013f..0b21c35c 100644 --- a/docs/dynamic-property-configuration.adoc +++ b/docs/dynamic-property-configuration.adoc @@ -47,7 +47,7 @@ ProcessorSubscription testProcessor = .consumerConfig(consumerConfig) .buildAndStart(); ---- -<1> When you instantiate the `ProcessorSubscription`, use `SubscriptionBuilder.properties()` to set your property supplier. +<1> When you instantiate the `ProcessorSubscription`, use `SubscriptionBuilder#properties` to set your property supplier. The following is the full example that demonstrates how to use `CentralDogmaPropertySupplier`: [source,java]