You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If your `config.yml` file contains the `serviceDiscovery` branch, you need to remove it as the associated service discovery code has been removed from Stroom.
37
+
If you do not remove it, Stroom will not boot.
38
+
39
+
```yml
40
+
appConfig:
41
+
serviceDiscovery: # Remove this branch
42
+
```
43
+
44
+
34
45
#### Plan B State Store
35
46
36
47
The following block of config has been added for the experimental Plan B State Store.
0 commit comments