Satish Duggana created STORM-1348:
-------------------------------------
Summary: Refactor API to remove Insert/Update builder in Cassandra
connector
Key: STORM-1348
URL: https://issues.apache.org/jira/browse/STORM-1348
Project: Apache Storm
Issue Type: Bug
Environment: @fhussonnois I think we should accept only cql strings
for now instead of giving a fluent API for building queries. This requires
implementing all kinds of queries supported by cql just to map column names
which is kind of unnecessary. Cassandra connector API should be agnostic about
the cql by simply using datastax driver. This avoids implementing any new
features being added in cql by cassandra connector APIs. We should support only
simple/prepared/batched statement builder by giving respective API to map
columns with tuples.
https://github.com/apache/storm/pull/827#issuecomment-158807186
@satishd, @harshach ok perfect. So I will refactor API to remove Insert/Update
builder.
https://github.com/apache/storm/pull/827#issuecomment-159316692
Reporter: Satish Duggana
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)