I don't think this can be handled at my level
This commit is contained in:
parent
409b0854a8
commit
0f6c495d7c
@ -72,13 +72,6 @@ namespace franz
|
||||
Environment.Exit(0);
|
||||
}
|
||||
});
|
||||
addHandler<silver_messages.global.restart>((m) =>
|
||||
{
|
||||
if (m.name == handling_group)
|
||||
{
|
||||
throw new NotImplementedException();//TODO
|
||||
}
|
||||
});
|
||||
}
|
||||
public static void Configure(string name, string bootstrap_servers,
|
||||
List<string> commands = null, List<string> checks = null,
|
||||
|
Loading…
Reference in New Issue
Block a user