Skip to content

Commit 7da485a

Browse files
committed
Fix Duplicate Doc Anchors
- mainly anchors for container properties
1 parent f9419c2 commit 7da485a

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
@@ -2698,7 +2698,7 @@ See <<error-handlers>>.
26982698
|See desc.
26992699
|Deprecated - see `commonErrorHandler`.
27002700

2701-
|[[groupId]]<<groupId,`groupId`>>
2701+
|[[groupId2]]<<groupId2,`groupId`>>
27022702
|See desc.
27032703
|The `containerProperties.groupId`, if present, otherwise the `group.id` property from the consumer factory.
27042704

@@ -2765,19 +2765,19 @@ Also see `interceptBeforeTx`.
27652765
|`true`
27662766
|Set to false to suppress adding a suffix to the `client.id` consumer property, when the `concurrency` is only 1.
27672767

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

2772-
|[[assignedPartitionsByClientId]]<<assignedPartitionsByClientId,`assignedPartitionsByClientId`>>
2772+
|[[assignedPartitionsByClientId2]]<<assignedPartitionsByClientId2,`assignedPartitionsByClientId`>>
27732773
|(read only)
27742774
|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.
27752775

27762776
|[[concurrency]]<<concurrency,`concurrency`>>
27772777
|1
27782778
|The number of child `KafkaMessageListenerContainer` s to manage.
27792779

2780-
|[[containerPaused]]<<containerPaused,`containerPaused`>>
2780+
|[[containerPaused2]]<<containerPaused2,`containerPaused`>>
27812781
|n/a
27822782
|True if pause has been requested and all child containers' consumer has actually paused.
27832783

0 commit comments

Comments
 (0)