Closed vajda closed 7 years ago
Even if CL is global, it would be good to have Read CL and Write CL separated.
Although the bootstrap CQL statements feature might seem optional, it helps making Berserker user-friendly.
I would go with per request CL. If we are to have statement ID and map of values, it is easy to add consistency level as well for that contract. So the data source would need to provide something like:
values: <mapWithValues>
consistencyLevel: ONE
statementID: 12
And for cases without prepared statements, the map could look like this:
statement: "CQL statement"
consistencyLevel: ONE
Yes, I would say so.
Provide cassandra worker implementation.
It should support following configuration options: