[
https://issues.apache.org/jira/browse/FLINK-39711?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18083060#comment-18083060
]
Aleksandr Savonin commented on FLINK-39711:
-------------------------------------------
Hi [~jubinsoni] ! Thanks for the PR.
I actually created this JIRA ticket because I was already working on this issue
and was about to submit my own PR. Generally, it's considered good practice to
ask to be assigned to the ticket first or check if anyone is already working on
it, especially for freshly created issues.
Since your PR is already up, we can proceed with it, but let's please
coordinate in the comments next time to avoid duplicated effort and issue
snipping.
> 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)