Apache Kafka 0.9 is released
confluent.io
Apache Kafka 0.9 is released
1–10 of 40 posts
Re: Apache Kafka 0.9 is released
#2The biggest changes I can see in this release are SSL support, new consumer API (beta), quotas and Kafka Connect.
Re: Apache Kafka 0.9 is released
#3Re: Apache Kafka 0.9 is released
#4Re: Apache Kafka 0.9 is released
#5Although the producer side is quite simple to use and have more than one option available, the consumer side there is only one project that is "maintained" and works [1][2], all other opstions either only have producer available [3] or have not received a commit in years [4].
I am a bit disappointed about how little attention Node.js with kafka had so far as there are a lot of issues on keeping connection alive and rebalancing that made it really hard to trust the system and automate zero downtime deploys.
Although I still hope all these changes in 0.9 new consumer API solve these issues, I am really happy about the decision to be backwards compatible, making the transition/upgrade a much more smooth process
> To ensure a smooth upgrade paths for our users, the 0.8 producer and consumer clients will continue to work on an 0.9 Kafka cluster.
[1] https://cwiki.apache.org/confluence/display/KAFKA/Clients#Cl...
[2] https://github.com/SOHU-Co/kafka-node/
Re: Apache Kafka 0.9 is released
#6The worst thing about Kafka in my experience has been the consumer libraries for languages like Python. That's not to say that they are terrible or unusable, just that they don't have nearly as much polish as the core of Kafka itself. I'm very much looking forward to new client libraries built against the new consumer API.
All options are too painful, either use the buggy packages available OR mix the stack with java just for the kafka bit. :(
Re: Apache Kafka 0.9 is released
#7I'm always fascinated by the lack of discussion around distributed systems tooling on HN. Anyway! Congrats!
Anyway,Kafka Connect will provide what probably most people are looking for in Samza.
Re: Apache Kafka 0.9 is released
#8Congrats to the Kafka team! The biggest changes I can see in this release are SSL support, new consumer API (beta), quotas and Kafka Connect.
Re: Apache Kafka 0.9 is released
#9I've been using kafka 0.8.2 for some time now together with Node.js for both consumer and producer. Although the producer side is quite simple to use and have more than one option available, the consumer side there is only one project that is "maintained" and works [1][2], all other opstions either only have producer available [3] or have not received a commit in years [4]. I am a bit disappointed about how little at…
Re: Apache Kafka 0.9 is released
#10The worst thing about Kafka in my experience has been the consumer libraries for languages like Python. That's not to say that they are terrible or unusable, just that they don't have nearly as much polish as the core of Kafka itself. I'm very much looking forward to new client libraries built against the new consumer API.