hmsonline / storm-cassandra

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

Update use of AstyanaxClient to perform NodeDiscovery #20

Closed boneill42 closed 11 years ago

boneill42 commented 11 years ago

In AsytanaxClient, we don't use the NodeDiscovery. It should be a small change to use the NodeDiscovery to get high-availability, but needs to be tested.

.put(ASTYANAX_CONFIGURATION, new AstyanaxConfigurationImpl().setDiscoveryType(NodeDiscoveryType.NONE))

In general, we should think of some way to have this passed in the Storm configuration.

ptgoetz commented 11 years ago

Added in 0.4.0-rc1