Commit fa4d16e0 authored by vyzo's avatar vyzo

add topics to Reject/Duplicate/Deliver events

parent 15f4f1f1
This diff is collapsed.
......@@ -46,15 +46,18 @@ message TraceEvent {
optional bytes messageID = 1;
optional bytes receivedFrom = 2;
optional string reason = 3;
repeated string topics = 4;
}
message DuplicateMessage {
optional bytes messageID = 1;
optional bytes receivedFrom = 2;
repeated string topics = 3;
}
message DeliverMessage {
optional bytes messageID = 1;
repeated string topics = 2;
}
message AddPeer {
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment