You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Andrey Mashenkov (Jira)" <ji...@apache.org> on 2021/09/21 08:31:00 UTC

[jira] [Created] (IGNITE-15546) Replace Consumer from Tables methods.

Andrey Mashenkov created IGNITE-15546:
-----------------------------------------

             Summary: Replace Consumer<TableChanger> from Tables methods.
                 Key: IGNITE-15546
                 URL: https://issues.apache.org/jira/browse/IGNITE-15546
             Project: Ignite
          Issue Type: Improvement
            Reporter: Andrey Mashenkov


As of now, Tables methods accept Consumer<TableChanger> as a configuration.
TableChanger looks weird on "create" methods because a user expects some initial configuration to be passed to "create" methods (at least).

I propose to replace TableChanger argument with some configuration objects.
We already have schema builders for schema and just need  few changes for table config.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)