Skip to content

Commit 0154618

Browse files
committed
Fix configuration doc sections id ambiguity
1 parent 517b9d9 commit 0154618

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/reference/asciidoc/kafka.adoc

+5
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,7 @@ The `KafkaProducerMessageHandler.sendTimeoutExpression` default has changed from
9393
This has been changed for consistency because you may get unexpected behavior (Spring may timeout the send, while it is actually, eventually, successful).
9494
IMPORTANT: That timeout is 120 seconds by default so you may wish to reduce it to get more timely failures.
9595

96+
[[kakfa-outbound-adapter-coniguration]]
9697
==== Configuration
9798

9899
The following example shows how to configure the outbound channel adapter for Apache Kafka:
@@ -227,6 +228,7 @@ By default, a `RawRecordHeaderErrorMessageStrategy` is used, to provide access t
227228
IMPORTANT: This form of retry is blocking and could cause a rebalance if the aggregate retry delays across all polled records might exceed the `{@code `max.poll.interval.ms` consumer property.
228229
Instead, consider adding a `DefaultErrorHandler` to the listener container, configured with a `KafkaErrorSendingMessageRecoverer`.
229230

231+
[[kafka-inbound-adapter-configuration]]
230232
==== Configuration
231233

232234
The following example shows how to configure a message-driven channel adapter:
@@ -349,6 +351,7 @@ If the adapter does not have an `id` property, the container's bean name is the
349351

350352
The `KafkaMessageSource` provides a pollable channel adapter implementation.
351353

354+
[[kafka-message-source-configuration]]
352355
==== Configuration
353356

354357
====
@@ -421,6 +424,7 @@ The `KafkaProducerMessageHandler` `sendTimeoutExpression` default is `delivery.t
421424
This has been changed for consistency because you may get unexpected behavior (Spring may timeout the `send()`, while it is actually, eventually, successful).
422425
IMPORTANT: That timeout is 120 seconds by default so you may wish to reduce it to get more timely failures.
423426

427+
[[kafka-outbound-gateway-configuration]]
424428
==== Configuration
425429

426430
The following example shows how to configure a gateway:
@@ -507,6 +511,7 @@ public IntegrationFlow outboundGateFlow() {
507511

508512
The inbound gateway is for request/reply operations.
509513

514+
[[kafka-inbound-gateway-configurartion]]
510515
==== Configuration
511516

512517
The following example shows how to configure an inbound gateway:

0 commit comments

Comments
 (0)