`Order` should be an `int` because it can be negative and TR parses it into a 32-bit int.
`Weight` should probably also be just an `int` because TR parses it into a 32-bit int. We should probably change it in TR to a `uint` though, so maybe `Weight` can be `uint`? We'll need to open an issue to make that TR change if so. [ Full content available at: https://github.com/apache/trafficcontrol/pull/2824 ] This message was relayed via gitbox.apache.org for [email protected]
