-
Notifications
You must be signed in to change notification settings - Fork 329
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Apache Kafka #4
Comments
👍 |
+1 for this. Your raft explanation was magnificent. Thanks! |
Update: I finally started working on this. The Raft visualization was time intensive so I've been trying to find a way to make the format useful while also making it easier to code up. I'm working on getting D3.js visualizations embeddable inside medium.com so that I can do a better narrative around the visualization. Something sort of similar to Mike Bostock's algorithm visualization post: http://bost.ocks.org/mike/algorithms/ I'll post the narrative for review once I get it written up. I'd love some feedback at that point before I really dig into the visualization side. |
Nice, looking forward to seeing what you come up with. On Thu, Sep 18, 2014 at 2:02 PM, Ben Johnson [email protected]
|
Fantastic. Looking forward to it. Thanks for update. |
Really basic start to the Kafka post: http://thesecretlivesofdata.com/kafka/basics/ Just some "intro to log processing" and a simple log visualization. I was going to post larger chunks but I figured that I'd get some feedback as I go. Feedback welcome! |
Also, my goal is to make the posts and visualizations accessible on mobile devices so feedback is welcome there too. |
/cc @otoolep |
Thanks for including me on this. Good to see it getting going. Nice introductory visual. I would say that it makes more than just a software developer's job easier -- in fact, it makes system designers' job easier. It's bigger than just developers IMHO. |
+1 |
This would be wonderful! |
Still working on it? Need any help? |
@tobegit3hub thanks but i'm moving TSLD over to a video format and it's been slow to learn all the video tools. i'll hopefully start getting some videos out soon. :fingers_crossed: :) |
Great! Thanks for all your contribution @benbjohnson 👍 |
thx |
Thanks for all your contribution @benbjohnson 👍 |
@benbjohnson 👍 Very cool. |
@benbjohnson 👍Fantastic.Looking forward for years. |
Looking forward for years. |
Sounds really great and looking forward to it |
Wow just discover this! I Want MORE ! |
hey, is that still alive...? |
I don't think so 😢 |
The Apache Kafka had been released 3.1.0 on 24 Jan 2022 which using the Kraft. Any update for this? |
thx looking forward new subjects |
@zwGithubStation I am afraid this project is no more maintained 😢 |
Overview
Apache Kafka is a scalable, distributed publish-subscribe messaging system. It allows organizations to use it as an event bus and decouple systems from one another.
Sections
The text was updated successfully, but these errors were encountered: