[
https://issues.apache.org/jira/browse/FLINK-39711?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Aleksandr Savonin updated FLINK-39711:
--------------------------------------
Description:
Problem:
JobExceptionsMessageParameters.upperLimitExceptionParameter is private final
with no accessor, so Java clients of Flink's typed REST client cannot override
the server-side default.
In contrast, the REST endpoint {{GET /jobs/:jobid/exceptions}} accepts an
optional {{maxExceptions}} query parameter that bounds the size of the
response, but Java clients of Flink's typed REST API cannot set it.
was:
Problem:
The REST endpoint {{GET /jobs/:jobid/exceptions}} accepts an optional
{{maxExceptions}} query parameter that bounds the size of the response, but
Java clients of Flink's typed REST API cannot set it.
> Allow setting maxExceptions on JobExceptionsMessageParameters in Java clients
> -----------------------------------------------------------------------------
>
> Key: FLINK-39711
> URL: https://issues.apache.org/jira/browse/FLINK-39711
> Project: Flink
> Issue Type: Improvement
> Components: Runtime / REST
> Reporter: Aleksandr Savonin
> Priority: Minor
> Labels: pull-request-available
>
> Problem:
> JobExceptionsMessageParameters.upperLimitExceptionParameter is private final
> with no accessor, so Java clients of Flink's typed REST client cannot
> override the server-side default.
> In contrast, the REST endpoint {{GET /jobs/:jobid/exceptions}} accepts an
> optional {{maxExceptions}} query parameter that bounds the size of the
> response, but Java clients of Flink's typed REST API cannot set it.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)