diff --git a/docs/dynamic-property-configuration.adoc b/docs/dynamic-property-configuration.adoc index f244b58c..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 `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]