Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ctron/hono-kafka-bridge-quarkus
Hono example bridge – Quarkus style
https://github.com/ctron/hono-kafka-bridge-quarkus
eclipse-hono iot quarkus
Last synced: 12 days ago
JSON representation
Hono example bridge – Quarkus style
- Host: GitHub
- URL: https://github.com/ctron/hono-kafka-bridge-quarkus
- Owner: ctron
- Created: 2020-04-24T14:28:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-04-24T16:31:58.000Z (over 4 years ago)
- Last Synced: 2024-11-09T15:48:12.450Z (2 months ago)
- Topics: eclipse-hono, iot, quarkus
- Language: Java
- Homepage:
- Size: 3.91 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hono example bridge
This is a small project using Quarkus to forward Eclipse Hono telemetry data to an
Apache Kafka cluster.You can drop this into your OpenShift cluster by executing:
oc new-app quay.io/quarkus/ubi-quarkus-native-s2i:20.0.0-java11~https://github.com/ctron/hono-example-bridge-quarkus
**Note:** This project is the Quarkus version of the Hono/Kafka bridge
originally implemented with Apache Camel: [ctron/hono-kafka-bridge](https://github.com/ctron/hono-kafka-bridge)In order to understand how the example is being used, take a look at the
EclipseCon 2019 IoT Playground repository: [ctron/ece2019-iot-playground](https://github.com/ctron/ece2019-iot-playground).