Viewing profile — nehanarkhede
nehanarkhede
HN member- Joined
- Thu, Nov 06, 2014, 10:18 PM UTC
- HN karma
- 261
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About nehanarkhede
No profile information was provided.
Recent public activity
-
comment
Comment #15602823
Disclaimer: I'm one of the creators of Kafka and founders of Confluent The best way to get the power, throughput, latency of Kafka without the operations is to use a hosted service…
-
comment
Comment #15122046
An independent program committee makes these calls and had to pick from 166 submissions. The program committee picks talks that are insightful and technically challenging.
-
comment
Comment #15122036
Agreed. We recently had a few more members added to the team and are looking to grow it even more. Also note that KSQL is built on Kafka Streams and we have a team that works just …
-
comment
Comment #15121131
Spark SQL is different from KSQL in the following ways: - Spark SQL is not an interactive Streaming SQL interface. To do stream processing, you have to switch between writing code …
-
comment
Comment #15121100
Yes, exactly. We plan to add support for various Kafka connectors to KSQL so you can ingest/export streams from external systems, like database, and then do stream processing all u…
-
comment
Comment #15121040
Yes KSQL is ideal for use cases similar to those that CEP was initially targeted for and more - from real-time anomaly detection, monitoring, analytics to application development a…
-
comment
Comment #15121001
Mind clarifying what you mean by changes to events? If you create a STREAM or TABLE using KSQL, it makes sure that they are kept updated with every single event that arrives on the…
-
comment
Comment #15120978
There's a pretty big difference to a point that Landoop's KCQL (Kafka Connect Query Language) and Confluent's KSQL (Streaming SQL for Apache Kafka) are two different products. - KS…
-
comment
Comment #15120911
I'm one of the authors of Kafka. I've outlined some differences between Flink's support for streaming SQL and KSQL in this Twitter thread - https://twitter.com/juliusvolz/status/90…
-
comment
Comment #14673421
Or that Aphyr can do his best to help us improve what's built on a strong foundation of sound design, has gone through years of thinking and review by the broader Kafka community, …
-
comment
Comment #14672426
Re: TCP, it only maintains sequencing guarantees over the lifetime of a single connection. Obviously this is too weak of a guarantee for Kafka as leaders can change in a cluster. W…
-
comment
Comment #12456437
I'm one of the Kafka authors, so admittedly my view might be slightly biased Here is a quick comparison of Kafka and Pulsar: - Kafka is a complete streaming platform vs a messaging…
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #10622130
That observation is correct. Currently, people misuse stream processing systems like Storm and Samza for data import/export. This is an overkill. Kafka Connect is focused on provid…
-
comment
Comment #10622110
Your critique is well received. The Apache Kafka project has support for the Java clients and the non-java clients will be developed and available in a federated manner. At Conflue…
-
comment
Comment #10622075
Thanks!
- story
- story
-
comment
Comment #10136417
Thank you!