Streaming analytics without pub-sub #1150
-
Hi For each microservice, we store events in Then run a distributed SQL query engine on the Delta lake tables (one or more tables for a single microservice), . Publishers --> Delta lake tables ---> Consumer doing analytics on delta lake tables Can this pattern be used without any performance penalty or any other issue, does it even make sense? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Yes, this kind of streaming pipeline is a very common pattern for deltalake. Only tradeoff compared to kafka is latency will be a lot higher (single digit seconds v.s. sub second) |
Beta Was this translation helpful? Give feedback.
Yes, this kind of streaming pipeline is a very common pattern for deltalake. Only tradeoff compared to kafka is latency will be a lot higher (single digit seconds v.s. sub second)