Re: Streaming queries in FTS using Kafka log

2022-12-21 Thread Alexander Sorokoumov
Hello everyone, Answering my own question, it turns out that Flink Table Store removes the normalization node on read from an external log system only if log.changelog-mode='all' and log.consistency = 'transactional' [1]. 1. https://github.com/apache/flink-table-store/blob/7e0d55ff3dc9fd48455b17d

Streaming queries in FTS using Kafka log

2022-12-16 Thread Alexander Sorokoumov
Hello community, I want to ask about streaming queries with Flink Table Store. After reading the documentation on Streaming Queries [1], I was under the impression that only tables with LogStore-over-TableStore and No Changelog Producer need the normalization step since the Kafka log has the `befo