Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.6.0
-
None
-
None
Description
Events may be taken, but not Transaction.committed when decommission is called, resulting in potential loss of data.
doTake()...
eventTaken = true;
events.get().add(e);
stop()...
private void decommissionConsumerAndIterator(ConsumerAndIterator c) {
if (c.failedEvents.isEmpty())