Bob Claerhout

Results 12 issues of Bob Claerhout

I've managed to get em-mysql2 working for one of my databases (to get async active record). This is a seperate database. However, when I want to use em-mysql2 for my...

We upgraded from ditto 1.1.0 to 2.1.0 (big update I know) and somewhere in between the URI format for connections changed. Say you're using following configuration options: - host: my-host...

Currently the connectivity service supports HMAC for Azure IoT hub connections via AMQP and HTTP. It would be nice if HMAC support is also added for Azure IoT hub MQTT...

help wanted

In some cases, it's not possible for the user used to read kafka topics to autocreate topics on the kafka cluster. This blocks the usage of commands which is a...

help wanted
C&C

Since https://github.com/eclipse/packages/commit/3f6f58873d18c71c35844a0c3167da17710b2745 you have one additional config to make to disable TLS. Setting tlsEnabled to false in the AmqpMessagingNetworkSpec is not enough, you have to set to clear trustStorepath as...

Client

I think most of the protocol adapters will almost be identical to an existing one. For example, the actility thingpark LoraWan network sends data to the MQTT adapter on topic...

We have an HTTP-push connection configured to provide digital twin updates to 3rd party webservices. This connection sometimes fails (because of network connectivity, server update on the other end, ...)....

help wanted
community-interest

### Version vertx-web:4.3.4 ### Context I was using an open source project ([hono](https://github.com/eclipse-hono/hono)) and encountered following logging (most of it is redacted because it isn't helpful for my issue here:...

bug

We would like to have a different metrics for unknown messages compared to messages which are processable (for some reason). This PR adds this metric for the unknown messages

The metric `hono_telemetry_payload_bytes_count` contains a `status` field. This field is either `forwarded`, `unprocessable` or `undeliverable`. We added prometheus alerts to follow up unprocessable messages in the lora adapter. However, in...

Metrics
LoRa Adapter