Skip to content

Commit

Permalink
Add Kafka support in CLI and example application to release notes.
Browse files Browse the repository at this point in the history
Signed-off-by: Abel Buechner-Mihaljevic <abel.buechner-mihaljevic@bosch.io>
  • Loading branch information
b-abel authored and sophokles73 committed May 20, 2021
1 parent 2b684a6 commit cf79616
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions site/homepage/content/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,12 +21,17 @@ description = "Information about changes in recent Hono releases. Includes new f
[Gateway Provisioning]({{% doclink "/concepts/device-provisioning/#automatic-gateway-provisioning" %}})
concept and to the [Device Registry Management API]({{% doclink "/api/management#/tenants/createTenant" %}})
on how to configure a tenant's trusted CA authority for that.
* Now the tenant configuration supports a new property namely *auto-provisioning-device-id-template* in it's trusted CA
section. During auto-provisioning of devices and gateways, the device identifier is generated based on this template
* Now the tenant configuration supports a new property namely *auto-provisioning-device-id-template* in it's trusted CA
section. During auto-provisioning of devices and gateways, the device identifier is generated based on this template
and used for the device registration. For more information please refer to the
[Device Provisioning]({{% doclink "/concepts/device-provisioning/" %}}) concept and to the
[Device Provisioning]({{% doclink "/concepts/device-provisioning/" %}}) concept and to the
[Device Registry Management API]({{% doclink "/api/management#/tenants/createTenant" %}})
on how to configure a tenant's trusted CA authority for that.
* The Hono CLI supports now Kafka as a messaging system. Please refer to the module's
[README](https://github.com/eclipse/hono/tree/master/cli) file for examples of using the CLI to receive events and
telemetry data and send commands.
* The example business application supports now Kafka as a messaging system. Please refer to the
[Developer Guide]({{% doclink "/dev-guide/java_client_consumer/" %}}) for details.

### Fixes & Enhancements

Expand Down

0 comments on commit cf79616

Please sign in to comment.