TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Building a Distributed Runtime for Interactive Queries: Apache Kafka and Vert.x

16 pointsby krallisticabout 8 years ago

1 comment

gallamineabout 8 years ago
I was just discussing the use-cases of Kafka Streams with a colleague today. Can someone explain how having only local state is advantageous for most applications? It would seem it's lacking key functionality if you still need to build a query layer that glues all the topic local states back together for a global state - like the author of the article is doing.