You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flink.apache.org by "Sergio Sainz (Jira)" <ji...@apache.org> on 2023/02/27 22:43:00 UTC

[jira] [Created] (FLINK-31247) Support for fine-grained resource allocation (slot sharing groups) at the TableAPI level

Sergio Sainz created FLINK-31247:
------------------------------------

             Summary: Support for fine-grained resource allocation (slot sharing groups) at the TableAPI level
                 Key: FLINK-31247
                 URL: https://issues.apache.org/jira/browse/FLINK-31247
             Project: Flink
          Issue Type: New Feature
          Components: Runtime / Coordination
    Affects Versions: 1.16.1
            Reporter: Sergio Sainz


Currently Flink allows for fine-grained resource allocation at the DataStream API level (please see [https://nightlies.apache.org/flink/flink-docs-release-1.16/docs/deployment/finegrained_resource/)]

 

This ticket is an enhancement request to support the same API at the Table level:

 

org.apache.flink.table.api.Table.setSlotSharingGroup(String ssg)

org.apache.flink.table.api.Table.setSlotSharingGroup(SlotSharingGroup ssg)

 

 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)