Carsten Lohmann
Carsten Lohmann
We have observed on two occasions, that Kafka telemetry producers in a protocol adapter reached a state where such errors get logged: > WARN org.apache.kafka.clients.producer.internals.Sender [Producer clientId=hono-http-adapter-producer-telemetry-b2e48d79-089d-45a0-bcd7-4db4c4100ecf] Got error produce...
Scenario: The `ProtonBasedApplicationClient` is used and for example an event consumer has been created (via `createEventConsumer()`). When the connection to the remote peer somehow gets broken, there currently seems to...
The event messages sent from a protocol adapter when a device (un)subscribes for command messages currently get no `ttl` ("time-to-live") property set. This could mean that these event messages get...
Consider a scenario, where a device sends 2 HTTP requests with a `hono-ttd` parameter (to receive a command) in quick succession, the 2nd request being sent before a response for...
On the "Getting Started" page (https://www.eclipse.org/hawkbit/gettingstarted/) the hawkBit sandbox is linked to https://hawkbit.eclipse.org/. This page is not found. It looks like the link should be updated to https://hawkbit.eclipseprojects.io.
A Hono connection requires the connection ID to be set to the ID of the Hono tenant that this connection is to be used for. But, when trying to create...
Follow-up of #2069: If a large number of AMQP/MQTT devices get disconnected by an adapter shutdown, the subsequent reconnects to another adapter instance will produce many "registerCommandConsumer" requests to the...
**Is your feature request related to a problem?/Why is this needed** When mounting a storage container using a SAS token, the recommended kind of SAS to use would be a...
I just ran the dash license tool CLI (using parameters `-Dorg.eclipse.dash.timeout=60` and `-batch 90`) and was surprised to see that the tool just exited at some point, with no error...
We just had a case where there was a bug in one of our `onUpdated` handlers used in `ProtonSender#send(Message message, Handler onUpdated)`. The handler threw an exception although it shouldn't...