Introduce pulsar dependency (#286)

This commit is contained in:
Antonio Andelic
2021-11-11 12:17:05 +01:00
committed by Antonio Andelic
parent 0ebd52aac3
commit 0e4719018a
40 changed files with 2302 additions and 151 deletions

View File

@@ -54,8 +54,7 @@ auto ToEdgeList(const communication::bolt::Value &v) {
struct InterpreterFaker {
InterpreterFaker(storage::Storage *db, const query::InterpreterConfig config,
const std::filesystem::path &data_directory)
: interpreter_context(db, config, data_directory, "not used bootstrap servers"),
interpreter(&interpreter_context) {
: interpreter_context(db, config, data_directory), interpreter(&interpreter_context) {
interpreter_context.auth_checker = &auth_checker;
}