Live data from Hacker News

Viewing profile — boredandroid

boredandroid

HN member
Joined
Mon, Jun 15, 2009, 8:09 PM UTC
HN karma
924
Public activity
74 items

About boredandroid

I am a co-founder of Confluent Inc (http://confluent.io). I was a co-creator of several open source systems including a key-value store called Voldemort, a distributed messaging system called Apache Kafka, and a stream processing system called Apache Samza. You can follow me on twitter at @jaykreps

Recent public activity

  1. comment
    Comment #25983977

    In my opinion this is pre-cloud thinking. It used to be that distributed systems were a big trade off. They were operationally complex, they had limited apis (NoSQL), but they scal…

  2. story
  3. comment
    Comment #19282545

    At my last startup, things would have been far less dysfunctional if the leadership team had read (and adopted) this philosophy. When we got backed by Venture funding it basically …

  4. story
  5. comment
    Comment #18697366

    This is Jay, the CEO of Confluent. No, actually quite the opposite. We took pains to ensure that the license was written so that software products like Landoop were free to embed o…

  6. comment
    Comment #18697358

    This is Jay Kreps, I'm the CEO of Confluent. The license is actually not a EULA, that is a misunderstanding. We have added this item to our FAQ: https://www.confluent.io/confluent-…

  7. story
  8. comment
    Comment #18689286

    Confluent continues to fund the development of quite a lot of Apache 2.0 code and that is a huge part of our business and strategy. Perhaps your point is that if a company produces…

  9. comment
    Comment #18689179

    I can address some of the critiques that seemed aimed at the blog post I wrote announcing the Confluent license change: 1. We aren't trying to get cloud providers to license our pr…

  10. comment
    Comment #18682509

    We address that here: https://www.confluent.io/confluent-community-license-faq Short answer: 1. AGPL doesn't actually solve this problem. This is why MongoDB just moved away from A…

  11. comment
    Comment #18682255

    Sure, I've updated the post so it doesn't imply that we comply with the OSI open source definition.

  12. comment
  13. comment
    Comment #18681974

    This is a great question. Many people think the AGPL solves this problem but it absolutely does not. This is why MongoDB, which was AGPL licensed, just changed to a custom license.…

  14. comment
    Comment #18681936

    I agree that the proliferation of new licenses is annoying. But I think the reason you see changes in licensing from Elastic, MongoDB, etc is that the world has changed pretty dram…

  15. comment
    Comment #18681895

    No, this has no effect on Kafka, which is part of the ASF and under the Apache 2.0 license. This just impacts things like KSQL that are part of Confluent Platform.

  16. comment
    Comment #18681768

    Hi all, I'm Jay Kreps, the CEO of Confluent and author of that blog post. I'm happy to answer any questions.

  17. story
  18. story
  19. story
  20. comment
  21. story
  22. comment
    Comment #14672456

    Yes the idempotence part of this feature set is very similar to TCP (the transactional consumption and updates obviously aren't). But this isn't a reimplementation at all. TCP prov…

  23. comment
    Comment #14671895

    That is part of it but there is also a general purpose transaction feature that lets you link together updates, state journalling and consumption all in a single transaction. This …

  24. comment
    Comment #14671327

    To clarify: the transaction feature is a transaction over updates to Kafka and provides transparent, correct processing in Kafka for Kafka Streams or anything else only maintaining…

  25. comment
    Comment #14671305

    Dear hacker news: 1. Please read the section entitled "Is this Magical Pixie Dust I can sprinkle on my app?" Before making angry comments. Answer: for general consumer apps just co…