Live data from Hacker News

Viewing profile — nehanarkhede

nehanarkhede

HN member
Joined
Thu, Nov 06, 2014, 10:18 PM UTC
HN karma
261
Public activity
30 items

About nehanarkhede

No profile information was provided.

Recent public activity

  1. 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…

  2. 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.

  3. 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 …

  4. 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 …

  5. 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…

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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, …

  11. 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…

  12. 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…

  13. story
  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. 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…

  21. 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…

  22. comment
  23. story
  24. story
  25. comment
    Comment #10136417

    Thank you!