Currently, the underlying Job created by the KafkaRestore resource sets the backoffLimit to 3. At this point, it seems pretty undesirable to expect anything but 1. Because every restore appends/purges, I personally want to be intentional for each run.
Currently, the underlying
Jobcreated by theKafkaRestoreresource sets the backoffLimit to3. At this point, it seems pretty undesirable to expect anything but1. Because every restore appends/purges, I personally want to be intentional for each run.