___  ___    _ _    _  _ _____   _____
 / __|/ _ \  | | |  | || |_ _\ \ / / __|
| (_ | (_) | |_  _| | __ || | \ V /| _|
 \___|\___/    |_|  |_||_|___| \_/ |___|

 --- A GOPHER-LIKE INTERFACE FOR HIVE BLOCKCHAIN ---

Kafka in Action

BY: @sumitj | CREATED: Jan. 27, 2018, 2:45 p.m. | VOTES: 1 | PAYOUT: $0.00 | [ VOTE ]

Apache Kafka is a publish/subscribe messaging system. Technically, it is a distributed, partitioned, replicated commit log (record of transactions) service. It provides high-throughput, low-latency platform for handling real-time data feeds.

Though it provides high performance, using it reliably is not trivial.

Here's the presentation I gave on the topic:

https://www.slideshare.net/ronaldo007/kafka-in-action-tech-talk

TAGS: [ #technology ] [ #programming ] [ #messaging ]

Replies

@laxam | Jan. 27, 2018, 6:18 p.m. | Votes: 1 | [ VOTE ]

It's very impressive piece of software that combines elegant and simple architecture with impressive performance. It's popularity is well deserved. Nice slides BTW.

[ BACK TO TRENDING ] [ BACK TO MENU ]
CMD>