We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48228bc commit 13d6000Copy full SHA for 13d6000
README.md
@@ -32,8 +32,8 @@ using a key and a map. The key to indicate which map to use is set in the const
32
them.
33
34
Map<String, Object> cassandraConfig = new HashMap<String, Object>();
35
- cassandraConfig.put(CassandraBolt.CASSANDRA_HOST, "localhost:9160");
36
- cassandraConfig.put(CassandraBolt.CASSANDRA_KEYSPACE, "testKeyspace");
+ cassandraConfig.put(StormCassandraConstants.CASSANDRA_HOST, "localhost:9160");
+ cassandraConfig.put(StormCassandraConstants.CASSANDRA_KEYSPACE, "testKeyspace");
37
Config config = new Config();
38
config.put("CassandraLocal", cassandraConfig);
39
0 commit comments