You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DataStax Drivers reprepare a statement when an UNPREPARED response is received. Currently there's a way to prime a request to return UNPREPARED but there's no id parameter (which is used by the driver to know which statement needs to be reprepared).
Even if we add this parameter we still need to implement other changes so that simulacron only returns UNPREPARED until a PREPARE request comes for that query (maybe another parameter?)
The text was updated successfully, but these errors were encountered:
DataStax Drivers reprepare a statement when an
UNPREPARED
response is received. Currently there's a way to prime a request to returnUNPREPARED
but there's noid
parameter (which is used by the driver to know which statement needs to be reprepared).Even if we add this parameter we still need to implement other changes so that simulacron only returns
UNPREPARED
until aPREPARE
request comes for that query (maybe another parameter?)The text was updated successfully, but these errors were encountered: