KO
|
EN
gitlite — search
Search
#javascript
#nodejs
#python
#css
#android
#chatgpt
#html
#react
#go
#api
#python3
#bot
kafka-connect-mqtt
★ 181
Open GitHub ↗
mqtt (source) conncetor for kafka
Download README (.md)
Explore Similar Repositories
CPCollectionViewKit
:
Interesting UICollectionView layouts and transitions
ember-elsewhere
:
Render elsewhere in the DOM, with nice composition, animation, etc. Based on 100% public API.
Coverage.jl
:
Take Julia code coverage and memory allocation results, do useful things with them
jquery-awesome-cursor
:
jQuery plugin for using FontAwesome icons as custom CSS cursors
openwhisk-devtools
:
Development tools for building and deploying Apache OpenWhisk
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
kafka-connect-mqtt
?
Download (.md)
# Mqtt to Apache Kafka Connect [](https://travis-ci.org/evokly/kafka-connect-mqtt) [  ](https://bintray.com/evokly/maven/kafka-connect-mqtt/_latestVersion) ## Prerequisites * [Apache Kafka](https://kafka.apache.org/) (0.10.x version) is publish-subscribe messaging rethought as a distributed commit log. ## Usage **For development:** * run check (checkstyle, findbugs, test): `./gradlew clean check` * run project: `connect-standalone.sh /usr/local/etc/kafka/connect-standalone.properties config/mqtt.properties` * libs needs to be added to CLASSPATH: * `kafka-connect-mqtt-{project.version}.jar` * `org.eclipse.paho.client.mqttv3-1.0.2.jar` * if used with ssl there are more.. (`./gradlew copyRuntimeLibs` copies all runtime libs to `./build/output/lib`) **For production:** * build project: `./gradlew clean jar` - output `./build/libs` * generate API documentation: `./gradlew javadoc` - output `./build/docs/javadoc` ## License See [LICENSE](LICENSE) file for License