Is it any way to append new messages from Kafka to the same file in the HDFS using Gobblin? Now it creates a new file every time reading from Kafka. If run Gobblin job every minute for example,it will be the plenty of files.
Please help!
Is it any way to append new messages from Kafka to the same file in the HDFS using Gobblin? Now it creates a new file every time reading from Kafka. If run Gobblin job every minute for example,it will be the plenty of files.
Please help!
Not sure of Gobblin, but IMHO Apache Flume will be a better choice for you.