hmsonline / storm-cassandra

Storm Cassandra Integration
Apache License 2.0
180 stars 90 forks source link

Ability to connect to multiple clusters #17

Closed ptgoetz closed 11 years ago

ptgoetz commented 11 years ago

Currently the storm config object passed into the cassandra bolts/functions is essentially global to a topology. As a result a topology can only connect to a single cluster.

We need to figure out a clean way to allow topologies to be configured to use multiple cassandra clusters.