Skip to content

Commit 9bc8ec7

Browse files
authored
Remove duplication n the note for Supported topic properties (#548)
* Remove duplication n the note for Supported topic properties * replaced 'cause the' with 'increase' * applied latest comment
1 parent 2bfe9b9 commit 9bc8ec7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/kafka/topic-configuration-kafka/README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,11 +180,11 @@ h|Kafka property name
180180
|===
181181

182182
ifdef::community[]
183-
NOTE: If you try to create a new topic with a number of partitions that would cause the partition limit of the Kafka instance to be exceeded, you see an error message indicating this. If you try to increase the number of partitions for an existing topic and this would cause the cause the partition limit of the Kafka instance to be exceeded, you see an error message stating that topic authorization failed.
183+
NOTE: If you try to create a new topic with a number of partitions that would cause the partition limit of the Kafka instance to be exceeded, you see an error message indicating this. If you try to increase the number of partitions for an existing topic and this increase would cause the partition limit of the Kafka instance to be exceeded, you see an error message stating that topic authorization failed.
184184
endif::[]
185185

186186
ifndef::community[]
187-
NOTE: If you try to create a new topic with a number of partitions that would cause the partition limit of the Kafka instance to be exceeded, you see an error message indicating this. If you try to increase the number of partitions for an existing topic and this would cause the cause the partition limit of the Kafka instance to be exceeded, you see an error message stating that topic authorization failed. For more information about partition limits for Kafka instances, see https://access.redhat.com/articles/5979061[{product-long-kafka} service limits].
187+
NOTE: If you try to create a new topic with a number of partitions that would cause the partition limit of the Kafka instance to be exceeded, you see an error message indicating this. If you try to increase the number of partitions for an existing topic and this increase would cause the partition limit of the Kafka instance to be exceeded, you see an error message stating that topic authorization failed. For more information about partition limits for Kafka instances, see https://access.redhat.com/articles/5979061[{product-long-kafka} service limits].
188188
endif::[]
189189
--
190190

0 commit comments

Comments
 (0)