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 2023/05/11 13:14:00 UTC

[jira] [Updated] (IGNITE-19460) Implement DDL command with using Catalog events.

     [ https://issues.apache.org/jira/browse/IGNITE-19460?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andrey Mashenkov updated IGNITE-19460:
--------------------------------------
    Description: 
Earlier in IGNITE-19081 we introduce Catalog events.

Let's support table creation/dropping with using Catalog events.

  was:
Catalog service should trigger events when it's state is changed.
Other components should be able to subscribe on these events.

Let's 
* extends CatalogService from Producer abstract class
* add events for supported DDL commands
* write tests on Catalog events

Note: Let's make these changes aside and avoid breaking the current implementation.


> Implement DDL command with using Catalog events.
> ------------------------------------------------
>
>                 Key: IGNITE-19460
>                 URL: https://issues.apache.org/jira/browse/IGNITE-19460
>             Project: Ignite
>          Issue Type: Improvement
>          Components: sql
>            Reporter: Andrey Mashenkov
>            Assignee: Andrey Mashenkov
>            Priority: Major
>              Labels: ignite-3
>             Fix For: 3.0.0-beta2
>
>
> Earlier in IGNITE-19081 we introduce Catalog events.
> Let's support table creation/dropping with using Catalog events.



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