Skip to content

Will SmartStream provide Kafka Streams like capabilities? #1810

Answered by sehz
oronsh asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the compliments.

Regarding questions,

  1. Yes, we are planning to add time and windowing aggregations.
  2. There are a few benefits of doing server-side streaming computation. First, it minimizes data movement since data doesn't have to go outside the cluster unnecessarily. Moving data out of a cluster can be expensive, depending on cluster deployment and network topology. Second, a particular streaming operation can only be performed inline (for example, stripping out PII data) because of privacy and security concerns.

However, there are specific scenarios where it makes sense to perform processing on the client-side. To support this, we are planning to support processing anywhere, …

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@oronsh
Comment options

@sehz
Comment options

@oronsh
Comment options

@sehz
Comment options

@oronsh
Comment options

Answer selected by oronsh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants