May 2017
Beginner to intermediate
596 pages
15h 2m
English
Flume configuration will be required for us to stream the contents from DB and the log file into Kafka topics. Here we will follow similar steps to configure both the data sources as discussed in earlier chapters:
agent.sources = sql-source spool-sourceagent.sources.spool-source.type=spooldiragent.sources.spool-source.spoolDir=<directory containing the spool file>agent.sources.spool-source.inputCharset=ASCIIagent.sources.sql-source.type=org.keedio.flume.source.SQLSource ...