Skip to content

Commit 8d9bfdd

Browse files
committed
Added list of failure reasons.
1 parent f22c13b commit 8d9bfdd

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/main/java/com/hivemq/extensions/kafka/api/services/KafkaTopicService.java

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,14 @@ enum KafkaTopicState {
102102
/**
103103
* FAILURE signals that the operation for the topic was not successful. No possible information about the true
104104
* state of this topic on the Kafka cluster can be assumed.
105+
* <p>
106+
* Reasons for FAILURE can include, but are not limited to:
107+
* <p><ul>
108+
* <li> Network degradation between HiveMQ and the Kafka cluster
109+
* <li> Insufficient permissions to perform the operation
110+
* <li> An unsuitable configuration in either the HiveMQ Enterprise Extension for Kafka or the Kafka cluster
111+
* <li> The internal state of the Kafka cluster
112+
* </ul><p>
105113
*
106114
* @since 4.4.0
107115
*/

0 commit comments

Comments
 (0)