-
Notifications
You must be signed in to change notification settings - Fork 53
Open
Description
Is it by design that EventTargetTrigger is having at-most-once QoS?
Lines 76 to 82 in 1ea27ef
| try { | |
| sinkTask.put(triggerRecords); | |
| offsetManager.commit(triggerRecords); | |
| } catch (Exception exception) { | |
| logger.error(getServiceName() + " push target exception, stackTrace-", exception); | |
| triggerRecords.forEach(triggerRecord -> errorHandler.handle(triggerRecord, exception)); | |
| } |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels