I have the following sink chimney configuration
a1.sinks.k1.type = file_roll
a1.sinks.k1.sink.directory = ~/flume_file_sink
a1.sinks.k1.rollInterval = 0
I want to do sink.directory, channels.c1.capacity, channels.c1.capacitymake customized (for example, using system properties). It can be done.
source
share