[ https://issues.apache.org/jira/browse/IGNITE-24477?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17932679#comment-17932679 ]
Pavel Pereslegin commented on IGNITE-24477: ------------------------------------------- [~jooger], please take a look at the proposed changes. > Sql. Add ability to define executor that will be used for public script > execution > --------------------------------------------------------------------------------- > > Key: IGNITE-24477 > URL: https://issues.apache.org/jira/browse/IGNITE-24477 > Project: Ignite > Issue Type: Improvement > Components: sql > Reporter: Pavel Pereslegin > Assignee: Pavel Pereslegin > Priority: Major > Labels: ignite-3 > Time Spent: 10m > Remaining Estimate: 0h > > Currently public script execution uses ForkJoinPool for async execution. > {code:java} > if (cursor.hasNextResult()) { > cursor.nextResult().whenCompleteAsync(this::processCursor); > return; > } > {code} > For example, thin client accepts user specified executor for... something > (see IgniteClient.Builder.asyncContinuationExecutor(...)). > It might be worth somehow adding the ability to define a pool for > asynchronous processing in the embedded client. -- This message was sent by Atlassian Jira (v8.20.10#820010)