Hello, I have configured flume agent to listen on an HTTP source with my own handler. I am writing to HBase sink. I have 3 servers (flume agents) in the cluster. What is the best way to send messages to my flume agents?
What I am doing now is to send a message to a single server, for example http://123.456.789/msg. The message is delivered to a single flume agent. How can I combine all of my three agents to receive the messages? What does flume offer to deal with it? I was thinking about using WSD component, but I prefer to use Flume built in methods.
