New: kafkaAll contenthive-129948hive-196917krsteemhive-183959photographyhive-180932zzanhive-166405hive-185836uncommonlabhive-150122hive-188619hive-144064bitcoinhive-183397krsuccesshive-101145hive-124908hive-139150lifehive-103599hive-109690hive-181136hive-150943TrendingNewHotLikerswbf168888 (20)in golang • 10 days ago在 Golang 中使用 Apache Kafka:从入门到实践一、准备工作 在开始之前,请确保已经安装并运行 Kafka 和 Zookeeper。可以参考之前的文章来安装和启动 Kafka。 安装 Golang Kafka 客户端 Golang 社区提供了许多 Kafka 客户端库,其中 sarama 是一个非常流行的选择。我们将使用 sarama 来与 Kafka 进行交互。 使用以下命令安装 sarama: go get…wbf168888 (20)in kafka • 10 days ago深入了解 Apache Kafka:安装、使用及常见问题一、Apache Kafka 简介 Apache Kafka 是一个开源的分布式事件流平台,最初由 LinkedIn 开发,并于 2011 年成为 Apache 的顶级项目。Kafka 主要用于构建实时数据管道和流应用程序,具有高吞吐量、低延迟、可扩展性和持久性等特点。 核心概念 Producer:生产者,负责向 Kafka 主题发送消息。Consumer:消费者,从 Kafka…jenobepa (78)in avle-steem • 2 years ago길가다 만난 작품 |예전에 왔을때는 진짜 다시 오지 못할 사람처럼 아침 먹고 나와 하루 종일 안내책자를 손에 들고 정해진 순서를 따라 거리를 걷고 또 걸었다. 그런데 좀 시간을 가지고 돌아보니 그렇게 애써 찾아갔던 조각품들이 그냥 길을 지나다 툭툭 눈에 띈다. 트램에서 내려 커피 한잔 마시러 스타벅스에 갔더니 그 앞에 놓여있던 데이비드 체르니 David…pomeline (79)in books • 2 years agoIt's okay to not have read everything!If you hang around smart people enough, it becomes clear that it's dumb to lie about which books you've read. There are millions of books out there and you can be a smart person whilst not having…kr-dev.cu2 (49)in hive-137029 • 2 years ago[by @kormanocorp] Kafka 아키텍처 및 내부원본 글 보러가기 : Kafka 아키텍처 및 내부 작성자 : @kormanocorp 미리보기 (5 sentences) Apache Kafka Architecture, 해당 구성 요소 및 구성 요소에 대한 Kafka의 내부 구조에 대해 설명합니다. 왜 카프카인가? 여러 생산자 다중 소비자 디스크 기반…kormanocorp (62)in kr-dev • 2 years agoKafka 아키텍처 및 내부Apache Kafka Architecture, 해당 구성 요소 및 구성 요소에 대한 Kafka의 내부 구조에 대해 설명합니다. 왜 카프카인가? 여러 생산자 다중 소비자 디스크 기반 지속성 오프라인 메시징 메시지 재생 분산 뛰어난 확장성 짧은 대기 시간 높은 볼륨 결함…kr-dev.cu4 (51)in hive-137029 • 2 years ago[by @kormanocorp] 실시간 처리를 위한 분산 메시징 시스템 카프카(Kafka)원본 글 보러가기 : 실시간 처리를 위한 분산 메시징 시스템 카프카(Kafka) 작성자 : @kormanocorp 미리보기 (5 sentences) 카프카(Kafka)는 대용량 실시간 처리를 위해 사용하는 메시징 시스템으로 Pub-Sub 구조로 되어 있다. LinkedIn, Twitter, Netflix, Tumblr…kormanocorp (62)in kr-dev • 2 years ago실시간 처리를 위한 분산 메시징 시스템 카프카(Kafka)카프카(Kafka)는 대용량 실시간 처리를 위해 사용하는 메시징 시스템으로 Pub-Sub 구조로 되어 있다. LinkedIn, Twitter, Netflix, Tumblr, Foursquare 등 대용량을 다루는 업체들이 주로 카프카를 사용하고 있다. 물론 카프라 단독으로 실시간 처리를 구성하지 않고, 스톰(Storm) / 하둡(Hadoop) /…mybooks (76)in kafka • 2 years agoKafka On The Shore by Haruki Murakami. PT.2I would assume you're thinking about reading it nobody warned me that this book was going to be like pretty graphic in terms of like animal violence at a certain element src there was also a…mybooks (76)in kafka • 2 years agoKafka On The Shore by Haruki Murakami.src Let's get to my review of this I gave this book 3 out of 5 stars mainly because I love Haruki Murakami's writing style so much but I didn't really love the execution of the plot or the…kormanocorp (62)in hive-137029 • 3 years ago마이크로서비스에서 카프카를 사용하는 방법Unsplash 에 있는 Mathyas Kurmann의 사진 영형애플리케이션 워크플로가 가질 수 있는 가장 흥미롭고 도전적인 주제 중 하나는 메시지/이벤트 기반 디자인 입니다. 장기적으로 성공과 실패의 차이일 수도 있습니다. 제시된 모든 코드는 Github에서 사용할 수 있습니다. 기사 끝에 있는 " 유용한…kr-dev.cu2 (49)in hive-137029 • 3 years ago[by @kormanocorp] 마이크로서비스, Apache Kafka 및 도메인 기반 설계원본 글 보러가기 : 마이크로서비스, Apache Kafka 및 도메인 기반 설계 작성자 : @kormanocorp 미리보기 (5 sentences) 마이크로서비스는 DDD(Domain-Driven Design)와 공생 관계를 가지고 있습니다. 즉, 비즈니스 도메인이 소프트웨어에서 신중하게 모델링되고 시간이 지남에 따라 진화하는 설계…kormanocorp (62)in kr-dev • 3 years ago마이크로서비스, Apache Kafka 및 도메인 기반 설계마이크로서비스는 DDD(Domain-Driven Design)와 공생 관계를 가지고 있습니다. 즉, 비즈니스 도메인이 소프트웨어에서 신중하게 모델링되고 시간이 지남에 따라 진화하는 설계 접근 방식으로, 시스템을 작동시키는 배관과는 별개입니다. 이 패턴이 Apache Kafka® 와 함께 현장에서 점점 더 많이 나타나는 것을 봅니다. 이 프로젝트에서…qa-time (28)in activemq • 3 years agoHow to choose the message queue ActiveMQ, RocketMQ, RabbitMQ and Kafka?How to choose the message queue ActiveMQ, RocketMQ, RabbitMQ and Kafka? 1.ActiveMQ advantage: Single machine throughput: ten thousand Timeliness: ms level Availability: high, based on the…indextrader24 (72)in deutsch • 4 years agoDer schwarze Käfer...Camera: Handy Doogee X5max Pro - Iso 397 Aufnahme: 1/10 Sek. f/2,8 3,5 mm Dieser kafkaeske schwarze Käfer begnete mir letzte Woche auf dem Rücken liegend auf dem Flur im Keller. Er wirkte schon…ernestdempsey (35)in literature • 5 years agoIs Kafka’s ‘Eleven Sons’ a short story?The categorization of a literary work isn’t always simple and easy. Many works can be read one way AND another and may or may not neatly fit in a single genre or even style (particularly in case of…makseli (25)in docker • 5 years agoGeliştirici dostu docker #1Havanın kapalı olduğu bir günde denemeler için zaman ayırdım :) Hızlıca ElasticSearch ayağa kaldırmam gerekti. Kendi makinem yeteri kadar dolu olduğu için :) ilkbyte.com dan 2 GB Ram ve 2 core luk…lalupita (59)in literatura • 5 years agosteemCreated with Sketch.Franz KafkaComo cuando le pides a tu mejor amigo un favor, no lo cumple, pero el resto del mundo lo agradece ✨📚 En el cumpleaños de Franz Kafka, así fue como llegamos a conocer gran parte de su obra:joe-c-whisper (55)in deutsch • 5 years agoAus der Reihe „Klassiker der Weltliteratur“ - Franz Kafka: „Von den Gleichnissen“.Werte Steemis, aus der Reihe „Klassiker der Weltliteratur“ und nach all der Schaffenskraft, die ich für euch leiste, muss ich mir eine kurze, erholsame Auszeit gönnen, damit ihr euch in dieser…alexkafka (25)in dtube • 5 years agoДЕМОНАДА ::: ПРОХОЖДЕНИЕ DOOM 2016 #3Прохождение легендарного мясного шутера Дум, DOOM, DOOM 4 или Doom 2016 let's play. Все слышали про Doom. Если человек знает что такое игры – он знает что такое Дум. DOOM, это та самая игра, ради…