• Steven Allen's avatar
    feat(bootstrap): simplify bootstrapping · ed244cd4
    Steven Allen authored
    * Rename triggerAutoBootstrap to autoBootstrap. This variable used to control
    _triggering_ only but now completely disables automatic bootstrapping.
    * Remove the BootstrapConfig. We introduced this before we switched to
    functional options. Now that we're breaking the interfaces anyways, we might as
    well use functional options all the way (easier to extend).
    * Always query self (feedback from @raulk).
    * Important: don't abort the bootstrap process if we timeout finding ourselves.
    ed244cd4
notif.go 3.46 KB