Skip to content

Generalize error handling #29

@revolko

Description

@revolko

Let's create kind of generic way to handle errors.

Errors can happen either in subscriber or publisher layer. Because of that I will differentiate errors to two groups:

  • subscriber error
    • Error happened during handle of incoming data (handle of notification)
    • e.g.: unknown message/unexpected columns/missing table...
  • publisher error
    • Error happened while saving data to target
    • e.g.: target not available/query execution error (or timeout)...

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions