[
https://issues.apache.org/jira/browse/FLINK-29621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Jingsong Lee closed FLINK-29621.
--------------------------------
Resolution: Fixed
master: 5d7af498785b5a6be2a2bad43b6195da79e6d819
release-0.2: 482eb917d0496e50ca92797bdde04316c09d9aab
> 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
> Labels: pull-request-available
> 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)