Persistent Stream

Hello together,
I start ksqlDB in a Docker container on my local dev machine. Then I can create streams by the control center ui.

After restarting the kdslDb docker container the streams are not exists anymore.

Is there any possibility to persistent the streams? May I just need to map a folder to my local machine?

Thank you in advance!
Simon

hey

i assume you‘re running kakfka ans zookeeper also in your docker env?

them it should be sufficient to mount the kakfa and zookeeper data dirs.

see also docker - follow the quickstart, how to persist topic, stream and tables? - Stack Overflow

best,
michael

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.