Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

  • Fail fast fail error. If it's possible to detect user errors in configuration, schema incompatibility they should be handled during onConfigure() method. 
  • Every plugin if possible should add the ability to specify how to handle error in record processing. 
    • They should provide three options as follows:
      • Skip error (id: skip-error),
      • Send to error port (id: send-to-error-port),
      • Fail pipeline (id: fail-pipeline)
    • The radio button layout should be of 'block' type
    • This should be in a separate group called "Error Handling" of configuration
  • No labels