File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed
src/main/java/com/hivemq/extensions/kafka/api/services Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -102,6 +102,14 @@ enum KafkaTopicState {
102
102
/**
103
103
* FAILURE signals that the operation for the topic was not successful. No possible information about the true
104
104
* 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>
105
113
*
106
114
* @since 4.4.0
107
115
*/
You can’t perform that action at this time.
0 commit comments