Skip to content

Commit f3837a1

Browse files
committed
Fix Duplicate Doc Anchors
- mainly anchors for container properties
1 parent 3de1e89 commit f3837a1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2671,7 +2671,7 @@ See <<error-handlers>>.
26712671
|See desc.
26722672
|Deprecated - see `commonErrorHandler`.
26732673

2674-
|[[groupId]]<<groupId,`groupId`>>
2674+
|[[groupId2]]<<groupId2,`groupId`>>
26752675
|See desc.
26762676
|The `containerProperties.groupId`, if present, otherwise the `group.id` property from the consumer factory.
26772677

@@ -2738,19 +2738,19 @@ Also see `interceptBeforeTx`.
27382738
|`true`
27392739
|Set to false to suppress adding a suffix to the `client.id` consumer property, when the `concurrency` is only 1.
27402740

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

2745-
|[[assignedPartitionsByClientId]]<<assignedPartitionsByClientId,`assignedPartitionsByClientId`>>
2745+
|[[assignedPartitionsByClientId2]]<<assignedPartitionsByClientId2,`assignedPartitionsByClientId`>>
27462746
|(read only)
27472747
|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.
27482748

27492749
|[[concurrency]]<<concurrency,`concurrency`>>
27502750
|1
27512751
|The number of child `KafkaMessageListenerContainer` s to manage.
27522752

2753-
|[[containerPaused]]<<containerPaused,`containerPaused`>>
2753+
|[[containerPaused2]]<<containerPaused2,`containerPaused`>>
27542754
|n/a
27552755
|True if pause has been requested and all child containers' consumer has actually paused.
27562756

0 commit comments

Comments
 (0)