datastax / simulacron

Simulacron - An Apache Cassandra® Native Protocol Server Simulator
Apache License 2.0
32 stars 13 forks source link

Query.matches is not considering consistency level for Execute massage #115

Closed zdenotubel closed 3 years ago

zdenotubel commented 3 years ago

Execute massage similar to Query message has query options with consistency level available. In the same way it can be used to check if required level from primed query match the message.

com.datastax.oss.simulacron.common.request.Query (line: 95)