nea / vertx-mod-cassandra-persistor

A Vert.x Module to query a Cassandra cluster
Apache License 2.0
9 stars 8 forks source link

Use keyspace value specified in configuration #10

Closed mismatch closed 9 years ago

mismatch commented 9 years ago

I've noticed that keyspace being read from configuration is never used then. With this fix it's not necessary to prefix table names with keyspace name in queries. I've dropped default value for keyspace setting to keep fix simple and do not connect to possibly non-existing keyspace.

mismatch commented 9 years ago

I wonder what your decision is about this pull request.

nea commented 9 years ago

Hey there

Sorry about the delay but I just moved cities and am still unpacking. All should be settled soon, then I will have a closer look.

But already big thanks for your efforts. I will soon have the time again to go into it deeper.

Thanks