Same as I proposed in the FLIP-352 thread, the phasing out of the query
parameters may also benefit from a REST API version bump.
Best,
Xintong
On Mon, Jul 24, 2023 at 6:43 PM Chesnay Schepler wrote:
> The jar handlers currently accept a variety of parameters both as query
> parameters and v
The jar handlers currently accept a variety of parameters both as query
parameters and via the request body.
While it is primarily a problem for sending program args as query
parameters, because it's a nightmare with escaping parameters, the
remaining parameters should follow suite for consist