Skip to content

Commit

Permalink
Merge pull request elastic#496 from matt/add-nak-and-maxLogSizeBytes
Browse files Browse the repository at this point in the history
Add failures to Acknowledgements.proto and add maxLogSizeBytes to GoDisp...
  • Loading branch information
matt committed Apr 27, 2016
2 parents 27744af + 69a9aac commit 52caa9c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions protofiles/anubis/Acknowledgements.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ option java_outer_classname = "AcknowledgementsMsg";

message Acknowledgements {
repeated string ids = 1;
repeated string failures = 2;
}
1 change: 1 addition & 0 deletions protofiles/configelements/GoDispatchConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ message GoDispatchConfig {
optional int32 receiveLogTimeoutMs = 2;
optional int32 maxInFlightBatches = 3;
optional bool sendToRecorder = 4;
optional int32 maxLogSizeBytes = 5;
}
1 change: 1 addition & 0 deletions protofiles/configelements/ux/GoDispatchConfigUX.proto
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,5 @@ message GoDispatchConfigUX {
optional ConfigUX receiveLogTimeoutMs = 2;
optional ConfigUX maxInFlightBatches = 3;
optional ConfigUX sendToRecorder = 4;
optional ConfigUX maxLogSizeBytes = 5;
}

0 comments on commit 52caa9c

Please sign in to comment.