From 1c25a8e481a599a4f4f34414523424a9fbe043ef Mon Sep 17 00:00:00 2001 From: Nikhil Karve <46160625+nikhilkarve@users.noreply.github.com> Date: Mon, 16 Oct 2023 10:51:04 -0400 Subject: [PATCH] GH-360: Fix `Sample Scenarios` title in the docs Fixes https://github.com/reactor/reactor-kafka/issues/360 --- src/docs/asciidoc/api-guide.adoc | 1 + 1 file changed, 1 insertion(+) diff --git a/src/docs/asciidoc/api-guide.adoc b/src/docs/asciidoc/api-guide.adoc index f1653632..9f2db518 100644 --- a/src/docs/asciidoc/api-guide.adoc +++ b/src/docs/asciidoc/api-guide.adoc @@ -604,3 +604,4 @@ methods can be invoked after the receive Flux corresponding to the last receive === Micrometer Metrics To enable micrometer metrics for the underlying Kafka Consumers and Producers, add a `MicrometerConsumerListener` to the `ReceiverOptions` or a `MicrometerProducerListener` to the `SenderOptions` respectively. +