Comcast / rulio

Rulio
Apache License 2.0
336 stars 59 forks source link

add configuration option for cassandra keyspace #50

Closed jhedlund79 closed 4 years ago

jhedlund79 commented 4 years ago

Cassandra keyspace was hard coded to rules. This needs to be configurable for use in environments where keyspace name is out of users control. Added option for keyspace to come in the cassandra storage configuration string passed in arguments. Defaults to rules as per previous behavior. Also update the comment to match the behavior of the ParseConfig function.