hivemq / hivemq-kafka-extension-customization-sdk

Open source Customization SDK for the HiveMQ Enterprise Extension for Kafka that you can use to customize the extension and enrich your data transfer between MQTT and Kafka.

Home Page:https://www.hivemq.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HiveMQ Kafka Extension Customization SDK

Maven Central javadoc

Features

The HiveMQ Kafka Extension Customization SDK allows the programmatic interaction with the HiveMQ Enterprise Extension for Kafka.

By implementing a customization for the HiveMQ Enterprise Extension for Kafka it is possible to:

  • Transform an MQTT PUBLISH into one or multiple Kafka records

  • Query the existence of specific Kafka topics

  • Create new Kafka topics

Using the SDK

The HiveMQ Kafka Extension Customization SDK is available in Maven central, so no special configuration is needed. To use the SDK, add the following dependency to your Maven project:

<dependency>
    <groupId>com.hivemq</groupId>
    <artifactId>hivemq-kafka-extension-customization-sdk</artifactId>
    <version>4.24.0</version>
</dependency>

License

The HiveMQ Kafka Extension SDK is licensed under the APACHE LICENSE, VERSION 2.0. A copy of the license can be found here.

Setup

To be able to use the latest changes of the hivemq-extension-sdk please check out the https://github.com/hivemq/hivemq-extension-sdk repository in the same folder as the current project. (See line includeBuild("../hivemq-extension-sdk") in settings.gradle.kts).

Note
You can also change the path in the settings.gradle.kts to the path of your hivemq-extension-sdk.

Otherwise, it will not be possible to publish develop snapshots to your local repository.

About

Open source Customization SDK for the HiveMQ Enterprise Extension for Kafka that you can use to customize the extension and enrich your data transfer between MQTT and Kafka.

https://www.hivemq.com

License:Apache License 2.0


Languages

Language:Java 100.0%