New to flume.
Let's say I have an agent, which has a single avero-source, a single hdfs-sink and a single file-channel.
let's say at some point the sink fails to write to hdfs. Will the source continue to accept events, until the channel fills up?
Or would the source stop accepting events even-though the file-channel is not full?