Aleena Rehman
Aleena Rehman

Reputation: 181

HIVEMQ-KAFKA extension

I copied the folder of HIVEMQ-KAFKA extension to the HIVEMQ extension folder but it is giving me this error:

WARN  - Extension hivemq-kafka-extension cannot be loaded. The extension signature could not be read. The signature of an enterprise extension is required by HiveMQ. Reason: zip END header not found

Upvotes: 0

Views: 244

Answers (2)

Anja H
Anja H

Reputation: 119

Your ZIP / jar seems to be corrupt.
The other other question: Yes, the Kafka Extension is an Enterprise extension. For those you need additional a license to run it in production. But in development environment you can try out, cause you have an evaluation time of 5 hours. After this time, the extension will be disabled and to re/enable you must remove the DISABLED flag in the kafka-extension folder. More information you can find on the HiveMQ Developer and Configuration Pages.

Upvotes: 0

Robin Moffatt
Robin Moffatt

Reputation: 32130

zip END header not found

This usually means that the file is corrupted. Try re-downloading it, and check it against the checksums if provided.

Upvotes: 1

Related Questions