mirror of
https://github.com/nosqlbench/nosqlbench.git
synced 2025-02-25 18:55:28 -06:00
disable async mode for http until feature complete
This commit is contained in:
parent
d93efe16bb
commit
3a7775afdb
@ -19,6 +19,9 @@ public class HttpActivityType implements ActivityType<HttpActivity> {
|
||||
|
||||
@Override
|
||||
public ActionDispenser getActionDispenser(HttpActivity activity) {
|
||||
if (activity.getParams().getOptionalString("async").isPresent()) {
|
||||
throw new RuntimeException("The async http driver is not online yet.");
|
||||
}
|
||||
return new HttpActionDispenser(activity);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user