.setClusterName(clusterName)
.setThriftAPIVersion(THRIFT_API_VERSION)
.setStatsUrlPrefix(statsUrlPrefix)));
// Filter layering: notifier filter -> base impl
install(new PubsubEventModule(true));
PubsubEventModule.bindSchedulingFilterDelegate(binder()).to(SchedulingFilterImpl.class);
bind(SchedulingFilterImpl.class).in(Singleton.class);
LifecycleModule.bindStartupAction(binder(), RegisterShutdownStackPrinter.class);