[
https://issues.apache.org/jira/browse/FLUME-2242?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13833863#comment-13833863
]
Frank Yao commented on FLUME-2242:
----------------------------------
okay. For kafka 0.7.2 maven problem, we can put kafka-0.7.2.jar in local
directory, and in pom.xml we use project.local like below. Does it make sense?
<repositories>
<repository>
<id>project.local</id>
<name>project</name>
<url>file:${project.basedir}/extra-dependencies</url>
</repository>
</repositories>
> Flume Sink and Source for LinkedIn Kafka
> ----------------------------------------
>
> Key: FLUME-2242
> URL: https://issues.apache.org/jira/browse/FLUME-2242
> Project: Flume
> Issue Type: New Feature
> Components: Sinks+Sources
> Affects Versions: v1.4.0
> Environment: kafka, scala jar dependencies
> Reporter: Frank Yao
> Priority: Minor
> Labels: kafka, sink, source
>
> Source and Sinks for LinkedIn Kafka 0.7.2. I use my code in our company and
> runs in 100k msg/sec.
> My Project:https://github.com/baniuyao/flume-kafka
--
This message was sent by Atlassian JIRA
(v6.1#6144)