Travis Jeffery
Travis Jeffery
Thanks for all your work. —Travis
Roadmap
Alright so here's what I think would be cool to accomplish with Jocko: ## v1: Kafka ~= Jocko v1 is get Jocko on par with Kafka 0.10.x. People should be...
Right now I'm using bolt for the Raft backend. But we could use Jocko's own commit log implementation for the backend. Would remove a dep and make things more consistent....
Thank you for wanting to hack on Jocko and for your contributions. ## Why you should hack on Jocko: - **You'll learn a lot.** I learned a ton writing the...
This issue is where we can propose and collaborate on feature ideas. When you submit an idea, describe the problem and propose a solution. [How you can contribute today.](https://github.com/travisjeffery/jocko/issues/48)
Documentation - https://engineering.linkedin.com/kafka/intra-cluster-replication-apache-kafka - https://cwiki.apache.org/confluence/display/KAFKA/kafka+Detailed+Replication+Design+V3 - https://cwiki.apache.org/confluence/display/KAFKA/Kafka+Replication Todo: - [x] Be able to truncate log up to hw offset - [x] Be able to consume from leader broker and append...
Hello, I was just trying to use Pismo on a webpage with this syntax code in the article: ``` sys: require 'sys' http: require 'http' client: http.createClient 8080, 'localhost' #...
The current installation method and documentation needs to be fixed/updated.