I'm having two ( and more) Kafka topics and I need to join them. My question from what I read on blogs/StackOverflow.... two option:
1) stream them both, Clickhouse Kafka engine/spark streaming, to a sperate tables and then run join which is not recommended in Clickhouse?
2) build one table with all columns and use Clickhouse Engine/spark streaming to update the same entrance?
Any advice