The IoTDB Subscription component is used to subscribe to topic inside IoTDB.
Supports the latest version of IoTDB (v2.0.3).
This library is hosted on https://jitpack.io.
Enable the repository in your pom.xml
:
<repositories>
<!-- other repositories -->
<repository>
<id>jitpack.io</id>
<url>https://jitpack.io</url>
</repository>
</repositories>
Add this to your dependencies:
<dependencies>
<!-- other dependencies -->
<dependency>
<groupId>com.github.alessandrofrenna.camel-iotdb-subscription</groupId>
<artifactId>camel-iotdb-subscription</artifactId>
<version>0.0.6</version>
</dependency>
</dependencies>
The javadoc for this library is here: javadoc
If you want to use the camel-test-infra-iotb
add this to your dependencies:
<dependencies>
<!-- other dependencies -->
<dependency>
<groupId>com.github.alessandrofrenna.camel-iotdb-subscription</groupId>
<artifactId>camel-test-infra-iotdb</artifactId>
<version>0.0.6</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.alessandrofrenna.camel-iotdb-subscription</groupId>
<artifactId>camel-test-infra-iotdb</artifactId>
<version>0.0.6</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
</dependencies>
The javadoc for this library is here: javadoc
Add it in your root settings.gradle
at the end of repositories:
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
mavenCentral()
maven { url 'https://jitpack.io' }
}
}
Add this to your dependencies in build.gradle
:
dependencies {
implementation 'com.github.alessandrofrenna.camel-iotdb-subscription:camel-iotdb-subscription:0.0.6'
}
If you want to use the camel-test-infra-iotb
add this to your dependencies:
dependencies {
testImplementation 'com.github.alessandrofrenna.camel-iotdb-subscription:camel-test-infra-iotdb:0.0.6'
}
This project is licensed under the Apache License v2.0.
This product includes software developed at The Apache Software Foundation such as: