Skip to content

Changes

Summary

  1. #1583 apply RQL based filtering when streaming "historical" thing events (commit: 914493f) (details)
  2. #1583 provided documentation for filtering in historical thing events (commit: 7cfe527) (details)
Commit 914493fb11ae94ecd108d61dac1158e0be74bc48 by Thomas Jaeckle
#1583 apply RQL based filtering when streaming "historical" thing events

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(commit: 914493f)
The file was modified protocol/src/main/java/org/eclipse/ditto/protocol/mappingstrategies/StreamingSubscriptionCommandMappingStrategies.java (diff)
The file was modified gateway/service/src/main/java/org/eclipse/ditto/gateway/service/endpoints/routes/sse/ThingsSseRouteBuilder.java (diff)
The file was modified internal/utils/persistent-actors/src/main/java/org/eclipse/ditto/internal/utils/persistentactors/AbstractPersistenceSupervisor.java (diff)
The file was modified connectivity/service/src/main/java/org/eclipse/ditto/connectivity/service/messaging/persistence/ConnectionSupervisorActor.java (diff)
The file was modified policies/service/src/test/java/org/eclipse/ditto/policies/service/enforcement/PolicyCommandEnforcementTest.java (diff)
The file was modified things/service/src/main/java/org/eclipse/ditto/things/service/persistence/actors/ThingSupervisorActor.java (diff)
The file was modified base/model/src/test/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEventsTest.java (diff)
The file was modified base/model/src/main/java/org/eclipse/ditto/base/model/signals/commands/streaming/SubscribeForPersistedEvents.java (diff)
The file was modified policies/service/src/main/java/org/eclipse/ditto/policies/service/persistence/actors/PolicySupervisorActor.java (diff)
Commit 7cfe5276efa5793eb08a84fcaab0d6baeb65270c by Thomas Jaeckle
#1583 provided documentation for filtering in historical thing events

Signed-off-by: Thomas Jäckle <thomas.jaeckle@beyonnex.io>
(commit: 7cfe527)
The file was modified documentation/src/main/resources/jsonschema/protocol-streaming-subscription-subscribe-for-persisted-events-payload.json (diff)
The file was modified documentation/src/main/resources/pages/ditto/basic-history.md (diff)
The file was modified protocol/src/main/java/org/eclipse/ditto/protocol/mapper/StreamingSubscriptionCommandSignalMapper.java (diff)