Re: need help in Storm.yaml

2015-09-21 Thread Javier Gonzalez
This is all the configuration options you can set in the storm.yaml file. Of interest to you are the drpc.* keys: https://storm.apache.org/javadoc/apidocs/constant-values.html#backtype.storm.Config Regards, Javier On Mon, Sep 21, 2015 at 7:42 PM, researcher cs wrote:

Re: Implementing multiple(about 1000) storm topologies

2015-09-21 Thread Javier Gonzalez
Off the top of my head, I would: - have a Storm topology ready listening on kafka. If you have a few minutes between kafka event and delivery of processed input to clients, I would rather not waste time starting up the topology. - Not implement 1000 topologies. That's at least 1000 jvms. Is the

need help in Storm.yaml

2015-09-21 Thread researcher cs
i'm new in storm how can i fill storm.yaml with appropriate configuration here what i wrote storm.zookeeper.servers: - "127.0.0.1" nimbus.host: "127.0.0.1" storm.local.dir: /tmp/storm but if i'll use drpc should i write it here or not and how ?