Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我刚刚开始研究使用 hdfs 接收器向 hdfs 写入消息的水槽。我想知道水槽源是否可以充当我的消息代理的 jms 消费者。
水槽是否提供与消息代理的集成。或者我是否需要编写一个自定义 jms 客户端,将消息推送到水槽源。
Flume 1.3 不提供开箱即用的 JMS 源。但是,似乎此类组件将随下一个版本 Flume 1.4 一起提供:https ://issues.apache.org/jira/browse/FLUME-924 。
同时,您可以在此处获取此新组件的源代码并进行构建。AFAIK,Flume 1.4 不会破坏其接口,因此该组件可能也适用于 1.3。