SyncTables: address feedback part 1 - naming (broker and zeek)

This commit fixes capitalization issues.
This commit is contained in:
Johanna Amann 2020-07-17 10:56:28 -07:00
parent 1888d6acae
commit 6d2aa84952
11 changed files with 35 additions and 36 deletions

View file

@ -1,9 +1,9 @@
##! This script deals with the cluster parts of broker backed zeek tables.
##! This script deals with the cluster parts of Broker backed Zeek tables.
##! It makes sure that the master store is set correctly and that clones
##! are automatically created on the non-manager nodes.
# Note - this script should become unnecessary in the future, when we just can
# speculatively attach clones. This should be possible once the new ALM broker
# speculatively attach clones. This should be possible once the new ALM Broker
# transport becomes available.
@load ./main
@ -11,8 +11,8 @@
module Broker;
export {
## Event that is used by the manager to announce the master stores for zeek backed
## tables that is uses.
## Event that is used by the manager to announce the master stores for Broker backed
## tables.
global announce_masters: event(masters: set[string]);
}