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

Jingsong Lee updated FLINK-29621:
---------------------------------
    Description: 
{code:java}
                        "CREATE TABLE T (i INT, j INT) WITH ("
                                + "'log.system'='kafka', "
                                + "'write-mode'='append-only', "
                                + "'log.consistency'='eventual', "
                                + "'kafka.bootstrap.servers'='%s', "
                                + "'kafka.topic'='T')",
{code}

Above DDL table should work.


> Append-only with eventual log.consistency can not work
> ------------------------------------------------------
>
>                 Key: FLINK-29621
>                 URL: https://issues.apache.org/jira/browse/FLINK-29621
>             Project: Flink
>          Issue Type: Bug
>          Components: Table Store
>            Reporter: Jingsong Lee
>            Assignee: Jingsong Lee
>            Priority: Major
>             Fix For: table-store-0.3.0, table-store-0.2.2
>
>
> {code:java}
>                         "CREATE TABLE T (i INT, j INT) WITH ("
>                                 + "'log.system'='kafka', "
>                                 + "'write-mode'='append-only', "
>                                 + "'log.consistency'='eventual', "
>                                 + "'kafka.bootstrap.servers'='%s', "
>                                 + "'kafka.topic'='T')",
> {code}
> Above DDL table should work.



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

Reply via email to