Skip to content

Commit 81dceb5

Browse files
committed
Added features.
1 parent 4820498 commit 81dceb5

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
same "printed page" as the copyright notice for easier
188188
identification within third-party archives.
189189

190-
Copyright 2018-present HiveMQ GmbH
190+
Copyright 2020-present HiveMQ GmbH
191191

192192
Licensed under the Apache License, Version 2.0 (the "License");
193193
you may not use this file except in compliance with the License.

README.adoc

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
= HiveMQ Kafka Extension SDK
22

3+
== Features
4+
5+
The HiveMQ Kafka Extension SDK allows the programmatic interaction with the https://www.hivemq.com/extension/hivemq-kafka-extension/[HiveMQ Enterprise Extension for Kafka].
6+
7+
By implementing an extension for the HiveMQ Enterprise Extension for Kafka it is possible to:
8+
9+
* Transform an MQTT PUBLISH into one or multiple Kafka records
10+
* Query the existence of specific Kafka topics
11+
* Create new Kafka topics
12+
313
== Using the SDK
414

515
The HiveMQ Kafka Extension SDK is available in Maven central, so no special configuration is needed.
@@ -17,4 +27,4 @@ To use the SDK, add the following dependency to your Maven project:
1727
== License
1828

1929
The HiveMQ Extension SDK is licensed under the `APACHE LICENSE, VERSION 2.0`.
20-
A copy of the license can be found link:LICENSE[here].>>
30+
A copy of the license can be found link:LICENSE[here].

0 commit comments

Comments
 (0)