简体   繁体   中英

KSQL Streams and Tables does not persists data

I create one kafka topic and i created a KSQL stream on this topic and i create a table on the stream to do aggregation, after restarting KSQL Server and Kafka, all KSQL Streams and tables gone ! is there any way to configure KSQL Server to keep the streams and tables on the desk. does it store the data on RAM only?

There was a bug in a very early version of ksqlDB that could of caused this, but it has been fixed for many versions now. Please retry with a more up to date version.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM