Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There are two user-facing aspects of the generic sink. First, the interface an abstract class that is used to implement a new sink for a concrete destination. Second, the interface that is used by end-users, who want to leverage an existing sink to persist events in a destination. Appendix A contains a simplified sample implementation for a Kinesis Data Stream sink. 

...