You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sliceworkz-eventmodeling-impl/src/main/java/org/sliceworkz/eventmodeling/module/eventdispatching/EventuallyConsistentEventProcessor.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -118,7 +118,7 @@ public void run ( ) {
118
118
119
119
if ( processorIdentification.storage() == Storage.EPHEMERAL ) {
120
120
LOGGER.info("EPHEMERAL storage, processing stream from start ...");
121
-
mustFetchBookmark = false; // ignore any existing bookmark that might be there from a previous process
121
+
eventSource.removeBookmark(processorIdentification.toString()); // so we can't read one from a previous run for ephemeral readmodels
122
122
}
123
123
124
124
while ( instanceMode != ProcessorInstanceMode.TERMINATING ) {
0 commit comments