Skip to content

schmiegelow/flume-ng-kafka-source

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

flume-ng-kafka-source

This project is used for flume-ng to communicate with kafka 0.7.2.

Configuration of Kafka Source

agent_log.sources.kafka0.type = com.vipshop.flume.source.kafka.KafkaSource
agent_log.sources.kafka0.zk.connect = 127.0.0.1:2181
agent_log.sources.kafka0.topic = all
agent_log.sources.kafka0.groupid = es
agent_log.sources.kafka0.channels = channel0

Notes:

I've forked the project to bump the versions across the board. This affects:

  • flume ng -> 1.5.0
  • kafka -> now picks up the org.kafka repo in clojars
  • scala 2.10

To run maven, you will need to pass -Drat.numUnapprovedLicenses=100 to mvn becasue of rat's licence checks.

Update: this is not necessary anymore, I've just updated thet rat config in this pom.xml

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%