Introduce pulsar dependency (#286)
This commit is contained in:
committed by
Antonio Andelic
parent
0ebd52aac3
commit
0e4719018a
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user