(zk) Terminately immediately if zookeeper isn't found

This makes debugging easier
This commit is contained in:
Viktor Lofgren 2024-04-30 18:28:49 +02:00
parent df93e57a9a
commit 800ed6b1e9

View File

@ -37,6 +37,7 @@ public class ServiceDiscoveryModule extends AbstractModule {
See the 2024-03+ migration notes, https://docs.marginalia.nu/6_notes/6_1__migrate_2024_03_plus
""");
System.exit(1);
}
return env;
}