Harri Smått
Harri Smått
Hi, here’s a thank you video for this model I was exploring multithreading it just recently. Hope it’s ok it says mobilestylegan only but I hope those interested find here...
I noticed a while ago that Hono is released to Maven repository too, this is totally nice of you(!!!). But quite soon after pondering over the architecture all-in-all, and trying...
It seems possible that gateway device auto-provision and certificate based device auto-create may create a device with invalid device id. Invalid in a sense that you cannot access that device...
I came across this following link describing the currently in public beta feature to use artifact assestations to establish provenance for builds here on GitHub; https://docs.github.com/en/actions/security-guides/using-artifact-attestations-to-establish-provenance-for-builds And the generation for...
Prometheus based limit check does not give any wait time for reading cache misses, utilize the timeouts that Prometheus reads do have internally and use `CompletableFuture.get()` without explicit timeout to...
`PrometheusBasedResourceLimitChecks` method `isMessageLimitReached` for example does not give any timeout for cache read needed situation on its [code line 204](https://github.com/eclipse-hono/hono/blob/4a5211059b95df82a9b6acbe78db537df7552dbc/adapter-base/src/main/java/org/eclipse/hono/adapter/resourcelimits/PrometheusBasedResourceLimitChecks.java#L204) - this causes the byte sized payload limit to reset...
This is just an idea again and also something easy to implement oneself as an addition for predefined hardcoded Hono paths and topics the devices need to use. The plug&play...
Has it been considered should Hono support MQTT QoS level 2 also? Something like requiring predefined Kafka ack message (or error) for every send adapters make, which, timeouts after a...