If this option is enabled, build notifications and votes will be sent to all patch sets within a Gerrit topic.

Drawback with current implementation

In order to not overwrite the results the following options should be enabled

Otherwise commands are send multiple times to the same patch set in Gerrit.

Example:

Patch set 1 on Repository A (triggers) -> verify-a
Patch set 2 on Repository B (triggers) -> verify-b

Both patch sets are combined as a Gerrit topic. If the mentioned options are disabled the feedback will result in:
verify-a (reports result to) -> Patch set 1 & Patch set 2 (due to isVoteSameTopic: true)
verify-b (reports result to) -> Patch set 2 & Patch set 1 (due to isVoteSameTopic: true)

The fastest job wins. In this case it could happen that one reports a -1 Verified in the first place and the second one +1 Verified overriding the previous result.