Thomas Jaeckle

Results 66 issues of Thomas Jaeckle

As an enhancement of #696 whenever a property is cleaned up as part of #698 there shall be a special event emitted that the desired state was reached for that...

Currently we only deliver change notifications via the WS or SSE for subjects which have unrestricted "READ" permission for changed Things (via the so-called "read-subjects"). For ACL that was and...

Hi @scullxbones I cannot thank you enough for this great library which even gives some joy working with MongoDB :) We currently face the challenge of retrieving events from the...

When running against [OpenJ9 JVM](https://www.eclipse.org/openj9/) (JDK11) ```sh me@ubuntu:~/git/graal-js-jdk11-maven-demo$ export JAVA_HOME=/usr/lib/jvm/adoptopenjdk-11-openj9-amd64 me@ubuntu:~/git/graal-js-jdk11-maven-demo$ mvn package ``` I get the following output: ``` === Nashorn via javax.script.ScriptEngine === Warning: Nashorn engine is planned...

For the HTTP protocol it would be really useful to leverage defined HTTP headers (e.g. for caching like "ETag", "Age", "Expires") for command messages issued via the HTTP long polling...

I just noticed that the .jar amqp-client_2.11-1.5.jar contains a package "samples" with examples. This should not be included in the Jar - I would suggest moving that folder (either to...

… bind each routingKey when processing 'AddBinding' message

We use this great wrapper for AMQP client to consume multiple routingKeys on a single Exhange. For that, we send `AddBinding` to the `Consumer` as documented: ``` consumer ! Record(AddBinding(Binding(StandardExchanges.amqDirect,...

Hi @leadpony I am following this library as it has - from my point of view - the best approach for doing JsonSchema validation in Java currently. Kudos 👍 I...

Ditto applies the "Event Sourcing" paradigm for its persistence (of things, policies and connections): * https://blog.softwaremill.com/3-reasons-to-adopt-event-sourcing-89cb855453f6 * https://eventuate.io/whyeventsourcing.html Ditto however does not yet make much use of that persistence paradigm....