I don't think this can be handled at my level

This commit is contained in:
Adam R. Grey 2021-10-28 21:21:02 -04:00
parent 409b0854a8
commit 0f6c495d7c

View File

@ -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,