May 2017
Beginner to intermediate
596 pages
15h 2m
English
Custom sink can be written taking advantage of its pluggable nature. You need to implement the Sink interface according to your requirement to write custom sink. Here is a sample configuration of how custom sink can be configured for an agent ag1 for which com.datalakebook.CustomSink class is written implement the Sink interface:
ag1.channels = ch1ag1.sinks = cus1ag1.sinks.cus1.type = com.datalakebook.CustomSinkag1.sinks.cus1.channel = ch1