Yahoo Search Búsqueda en la Web

Resultado de búsqueda

  1. kafka.apache.org › get-startedApache Kafka

    Real-Time Apps. Building real-time streaming applications that transform or react to the streams of data. First a few concepts: Kafka is run as a cluster on one or more servers that can span multiple datacenters. The Kafka cluster stores streams of records in categories called topics. Each record consists of a key, a value, and a timestamp.

  2. Step 5: Create a topic. To create a topic, start a new command prompt from the root Kafka directory and run the following command: .\bin\windows\kafka-topics.bat --create --topic MyFirstTopic --bootstrap-server localhost:9092. This will create a new Kafka topic called “MyFirstTopic.”.

  3. Kafka es una plataforma de procesamiento de secuencias que permite a las aplicaciones publicar, consumir y procesar elevados volúmenes de secuencias de registros de forma rápida y duradera, y. RabbitMQ es un intermediario de mensajes que permite que las aplicaciones que utilizan diferentes protocolos de mensajería intercambien mensajes entre ...

  4. kafka.apache.org › downloadsApache Kafka

    More flexible Mirror Maker 2 configuration and deprecation of Mirror Maker 1. Ability to restart a connector's tasks on a single call in Kafka Connect. Connector log contexts and connector client overrides are now enabled by default. Enhanced semantics for timestamp synchronization in Kafka Streams.

  5. kafka.apache.org › introApache Kafka

    Kafka combines three key capabilities so you can implement your use cases for event streaming end-to-end with a single battle-tested solution: To publish (write) and subscribe to (read) streams of events, including continuous import/export of your data from other systems. To store streams of events durably and reliably for as long as you want.

  6. LinkedIn developed Kafka in 2011 as a high-throughput message broker for its own use, then open-sourced and donated Kafka to the Apache Software Foundation (link resides outside ibm.com). Today, Kafka has evolved into the most widely used streaming platform, capable of ingesting and processing trillions of records per day without any perceptible performance lag as volumes scale.

  7. Apache Kafka is a distributed data store optimized for ingesting and processing streaming data in real-time. Streaming data is data that is continuously generated by thousands of data sources, which typically send the data records in simultaneously. A streaming platform needs to handle this constant influx of data, and process the data ...