2017年9月20日のブックマーク (5件)

  • Apache Kafka 日本語訳

    ドキュメント Kafka 2.6 ドキュメント 以前のリリース: 0.7.x, 0.8.0, 0.8.1.X, 0.8.2.X, 0.9.0.X, 0.10.0.X, 0.10.1.X, 0.10.2.X, 0.11.0.X, 1.0.X, 1.1.X, 2.0.X, 2.1.X, 2.2.X, 2.3.X, 2.4.X, 2.5.X. 1. 開始 1.1はじめに 1.2ユースケース 以下はApache Kafka®の人気のある使い方の2,3の説明です。これらの領域で活動中の多くの概要については、このブログの投稿を見てください。 メッセージング Kafka は伝統的なメッセージブローカーの代替として良く動作します。メッセージブローカーは様々な理由で使われます (データプロデューサからの処理の切り離し、未処理メッセージのバッファ、など)。ほとんどのメッセージングシステムと比較してKafkaは

    Apache Kafka 日本語訳
    Mods
    Mods 2017/09/20
  • Kamanja.org

    Mods
    Mods 2017/09/20
  • How can I send large messages with Kafka (over 15MB)?

    I send String-messages to Kafka V. 0.8 with the Java Producer API. If the message size is about 15 MB I get a MessageSizeTooLargeException. I have tried to set message.max.bytesto 40 MB, but I still get the exception. Small messages worked without problems. The exception appears in the producer, I don't have a consumer in this application. How can I get rid of this exception? My example producer c

    How can I send large messages with Kafka (over 15MB)?
    Mods
    Mods 2017/09/20
  • Handle Large Messages In Apache Kafka

    Like many other messaging systems, Kafka has put limit on the maximum message size. User will fail to produce a message if it is too large. This limit makes a lot of sense and people usually send to Kafka a reference link which refers to a large message stored somewhere else. However, in some scenarios, it would be good to be able to send messages through Kafka without external storage. At LinkedI

    Handle Large Messages In Apache Kafka
    Mods
    Mods 2017/09/20
  • Apache Kafka

    You're viewing documentation for an older version of Kafka - check out our current documentation here. Documentation Kafka 0.8.0 Documentation for the 0.7 release is here. 1. Getting Started 1.1 Introduction 1.2 Use Cases 1.3 Quick Start 2. API 2.1 Producer API 2.2 High Level Consumer API 2.3 Simple Consumer API 2.4 Kafka Hadoop Consumer API 3. Configuration 3.1 Broker Configs 3.2 Consumer Configs

    Apache Kafka
    Mods
    Mods 2017/09/20
    message.max.bytesはデフォルトで1,000,000Byte