Retries
This commit is contained in:
parent
41be43d711
commit
dfc393c953
@ -129,9 +129,8 @@ public abstract class KafkaConsumer<K> {
|
|||||||
return new Timestamped<>(1, record.value());
|
return new Timestamped<>(1, record.value());
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
.transform(ReactorUtils::subscribeOnce);
|
.transform(ReactorUtils::subscribeOnce)
|
||||||
//todo: check if they must be re-enabled
|
.transform(this::retryIfCleanup)
|
||||||
//.transform(this::retryIfCleanup)
|
.transform(this::retryIfCommitFailed);
|
||||||
//.transform(this::retryIfCommitFailed);
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user