You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2022/10/13 07:57:35 UTC

[GitHub] [flink-table-store] JingsongLi opened a new pull request, #318: [FLINK-29621] Append-only with eventual log.consistency can not work

JingsongLi opened a new pull request, #318:
URL: https://github.com/apache/flink-table-store/pull/318

   ```
                           "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')",
   ```
   Above DDL table should work.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [flink-table-store] JingsongLi merged pull request #318: [FLINK-29621] Append-only with eventual log.consistency can not work

Posted by GitBox <gi...@apache.org>.
JingsongLi merged PR #318:
URL: https://github.com/apache/flink-table-store/pull/318


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@flink.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org