robinhood / faust

Python Stream Processing
Other
6.72k stars 535 forks source link

is it possible to use Faust app stream without change log topic in kafka ? #633

Open abhisam opened 4 years ago

abhisam commented 4 years ago

Faust app is creating 2-3 topics in kafka for processing messages. if i change the app name, it will create a 2 topics. I don't want to create a topic for change log topic for table. Faust is failing to create topics in confluent cloud. is it possible to have change log / table in db file.