sociomantic-tsunami / dmqproto

Distributed Message Queue protocol definition, client, fake node, and tests
Boost Software License 1.0
2 stars 20 forks source link

Clarify description of notifications related to Consume control changes #82

Open gavin-norman-sociomantic opened 5 years ago

gavin-norman-sociomantic commented 5 years ago

Statements like:

All known nodes have either stopped the request (as requested by the
user, via the controller) or are not currently connected. The request is
now finished

Can be interpreted to mean that the request is finished because either one of the following conditions occurred:

  1. The user used the controller to stop the request
  2. All nodes are not currently connected

It could be made clearer that this is not the meaning: the controller must have been used.