Skip to content

Commit 20f75bc

Browse files
committed
Fix Duplicate Doc Anchors
- mainly anchors for container properties
1 parent afb2b52 commit 20f75bc

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

spring-kafka-docs/src/main/asciidoc/kafka.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2630,7 +2630,7 @@ See <<error-handlers>>.
26302630
|See desc.
26312631
|Deprecated - see `commonErrorHandler`.
26322632

2633-
|[[groupId]]<<groupId,`groupId`>>
2633+
|[[groupId2]]<<groupId2,`groupId`>>
26342634
|See desc.
26352635
|The `containerProperties.groupId`, if present, otherwise the `group.id` property from the consumer factory.
26362636

@@ -2697,19 +2697,19 @@ Also see `interceptBeforeTx`.
26972697
|`true`
26982698
|Set to false to suppress adding a suffix to the `client.id` consumer property, when the `concurrency` is only 1.
26992699

2700-
|[[assignedPartitions]]<<assignedPartitions,`assignedPartitions`>>
2700+
|[[assignedPartitions2]]<<assignedPartitions2,`assignedPartitions`>>
27012701
|(read only)
27022702
|The aggregate of partitions currently assigned to this container's child `KafkaMessageListenerContainer` s (explicitly or not).
27032703

2704-
|[[assignedPartitionsByClientId]]<<assignedPartitionsByClientId,`assignedPartitionsByClientId`>>
2704+
|[[assignedPartitionsByClientId2]]<<assignedPartitionsByClientId2,`assignedPartitionsByClientId`>>
27052705
|(read only)
27062706
|The partitions currently assigned to this container's child `KafkaMessageListenerContainer` s (explicitly or not), keyed by the child container's consumer's `client.id` property.
27072707

27082708
|[[concurrency]]<<concurrency,`concurrency`>>
27092709
|1
27102710
|The number of child `KafkaMessageListenerContainer` s to manage.
27112711

2712-
|[[containerPaused]]<<containerPaused,`containerPaused`>>
2712+
|[[containerPaused2]]<<containerPaused2,`containerPaused`>>
27132713
|n/a
27142714
|True if pause has been requested and all child containers' consumer has actually paused.
27152715

spring-kafka-docs/src/main/asciidoc/whats-new.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ See <<same-broker-multiple-tests>> for more information.
2626
[[x30-retryable]]
2727
==== Retryable Topics Changes
2828

29-
The bootstrapping of [[retry-topic]] infrastructure beans has changed in this release to avoid some timing problems that occurred in some application regarding application initialization.
29+
The bootstrapping of <<retry-topic>> infrastructure beans has changed in this release to avoid some timing problems that occurred in some application regarding application initialization.
3030
See <<retry-config>> for more information.
3131

3232
[[x30-lc-changes]]

0 commit comments

Comments
 (0)