-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Windows compilation: enable compiling expanded list of extensions in …
…envoy-static (#10542) Co-authored-by: Sunjay Bhatia <sbhatia@pivotal.io> Co-authored-by: William A Rowe Jr <wrowe@pivotal.io> Signed-off-by: Sunjay Bhatia <sbhatia@pivotal.io> Signed-off-by: William A Rowe Jr <wrowe@pivotal.io>
- Loading branch information
1 parent
0fd0b94
commit 3bcfc2b
Showing
24 changed files
with
200 additions
and
360 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
--- DescribeGroupsResponse.json 2020-03-25 16:12:16.373302600 -0400 | ||
+++ DescribeGroupsResponse.json 2020-03-25 16:11:16.184156200 -0400 | ||
@@ -63,7 +63,7 @@ | ||
{ "name": "MemberAssignment", "type": "bytes", "versions": "0+", | ||
"about": "The current assignment provided by the group leader." } | ||
]}, | ||
- { "name": "AuthorizedOperations", "type": "int32", "versions": "3+", "default": "-2147483648", | ||
+ { "name": "AuthorizedOperations", "type": "int32", "versions": "3+", "default": "INT32_MIN", | ||
"about": "32-bit bitfield to represent authorized operations for this group." } | ||
]} | ||
] | ||
|
||
--- MetadataResponse.json 2020-03-25 15:53:36.319161000 -0400 | ||
+++ MetadataResponse.json 2020-03-25 15:54:11.510400000 -0400 | ||
@@ -81,10 +81,10 @@ | ||
{ "name": "OfflineReplicas", "type": "[]int32", "versions": "5+", "ignorable": true, | ||
"about": "The set of offline replicas of this partition." } | ||
]}, | ||
- { "name": "TopicAuthorizedOperations", "type": "int32", "versions": "8+", "default": "-2147483648", | ||
+ { "name": "TopicAuthorizedOperations", "type": "int32", "versions": "8+", "default": "INT32_MIN", | ||
"about": "32-bit bitfield to represent authorized operations for this topic." } | ||
]}, | ||
- { "name": "ClusterAuthorizedOperations", "type": "int32", "versions": "8+", "default": "-2147483648", | ||
+ { "name": "ClusterAuthorizedOperations", "type": "int32", "versions": "8+", "default": "INT32_MIN", | ||
"about": "32-bit bitfield to represent authorized operations for this cluster." } | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.