durutheguru/cdc-connector-lib

Remove OperationStatus from the processing pipeline.

Opened this issue · 0 comments

What

  • OperationStatus seems like a redundant abstraction.
  • Instead, we should rely on exceptions to convey errors in processing.

Why

This removes the need for the user of the library to manage OperationStatus. They instead throw an exception to indicate a failure happened.