Refactoring
This commit is contained in:
parent
b191c2a2ec
commit
a101c9403f
@ -589,7 +589,8 @@ public abstract class EdgeGrpcSession implements Closeable {
|
||||
previousStartSeqId,
|
||||
false,
|
||||
Integer.toUnsignedLong(ctx.getEdgeEventStorageSettings().getMaxReadRecordsCount()),
|
||||
ctx.getEdgeEventService(), ctx.getEdgeEventStorageSettings().getMisorderingCompensationMillis());
|
||||
ctx.getEdgeEventService(),
|
||||
ctx.getEdgeEventStorageSettings().getMisorderingCompensationMillis());
|
||||
log.trace("[{}][{}] starting processing edge events, previousStartTs = {}, previousStartSeqId = {}",
|
||||
tenantId, edge.getId(), previousStartTs, previousStartSeqId);
|
||||
Futures.addCallback(startProcessingEdgeEvents(fetcher), new FutureCallback<>() {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user