Fixes & Enhancements
- The CoAP adapter did not correctly track the time it took to forward a command message to a device. This has been fixed.
- The downstream mapping endpoint was not correctly serialized which resulted in not being able to send commands using the downstream mapping endpoint. This has been fixed.
- When using Kafka as messaging system, the Command Router now creates the internal Command & Control topic with the
replication factor defined in the brokerdefault.replication.factor
setting. - Sending requests using the Hono AMQP request-response client erroneously increased the
hono.downstream.timeout
metric.
This has been fixed.