Skip to content

Commit

Permalink
Merge pull request elastic#430 from Lucas-Caballero/updating-return-path
Browse files Browse the repository at this point in the history
Updating to get return path generated into gomessaging.
  • Loading branch information
Lucas Caballero committed Oct 27, 2015
2 parents 54586f2 + 0612431 commit fdf59ef
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 2 additions & 2 deletions protofiles/configelements/ConfigType.proto
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ message ConfigTypeMsg {
HeartThrobConfig = 23;
AnubisConfig = 24;
AnubisClientConfig = 25;
GoDispatchConfig = 24;
GoDispatchClientConfig = 25;
GoDispatchConfig = 26;
GoDispatchClientConfig = 27;
}
}
4 changes: 4 additions & 0 deletions protofiles/configelements/GoDispatchConfig.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ message GoDispatchConfig {
optional string retryKey = 5;
}

message Endpoint {

}

optional Stats stats = 1;

optional int32 batchingReportPeriodSec = 2;
Expand Down

0 comments on commit fdf59ef

Please sign in to comment.