Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 703 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 703 Bytes

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

In order to understand how the example is being used, take a look at the EclipseCon 2019 IoT Playground repository: ctron/ece2019-iot-playground.