文件名称:KafkaTest
介绍说明--下载内容均来自于网络,请自行研究使用
kafka是一种高吞吐量的分布式发布订阅消息系统,它可以处理消费者规模的网站中的所有动作流数据。 这种动作(网页浏览,搜索和其他用户的行动)是在现代网络上的许多社会功能的一个关键因素。 这些数据通常是由于吞吐量的要求而通过处理日志和日志聚合来解决。 对于像Hadoop的一样的日志数据和离线分析系统,但又要求实时处理的限制,这是一个可行的解决方案。kafka的目的是通过Hadoop的并行加载机制来统一线上和离线的消息处理,也是为了通过集群机来提供实时的消费。-Kafka is a high throughput distributed publish subscribe messaging system, which can handle all of the action stream data in the consumer scale. This action (web browsing, search, and other users actions) is a key factor in many social functions on modern networks. These data are usually resolved by processing log and log aggregation due to the requirement of throughput. For log data and offline analysis system like Hadoop, it is a feasible solution to the limit of real time processing. The purpose of the Kafka is to provide real-time information through the Hadoop s parallel loading mechanism, which is also to provide real-time consumption through the cluster.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
KafkaTest\.classpath
.........\.project
.........\.settings\org.eclipse.jdt.core.prefs
.........\bin\com\kafkatest\consumer\ConsumerSample.class
.........\...\...\.........\producer\ProducerSample.class
.........\lib\jopt-simple-3.2.jar
.........\...\jsp-api.jar
.........\...\kafka-clients-0.8.2.1.jar
.........\...\kafka_2.10-0.8.1.2.2.0.0-2041.jar
.........\...\kafka_2.10-0.8.2.1-test.jar
.........\...\kafka_2.10-0.8.2.1.jar
.........\...\log4j-1.2.16.jar
.........\...\lz4-1.2.0.jar
.........\...\metrics-core-2.2.0.jar
.........\...\scala-library-2.10.4.jar
.........\...\servlet-api.jar
.........\...\slf4j-api-1.7.6.jar
.........\...\slf4j-log4j12-1.6.1.jar
.........\...\snappy-java-1.1.1.6.jar
.........\...\zkclient-0.3.jar
.........\...\zookeeper-3.4.6.jar
.........\src\com\kafkatest\consumer\ConsumerSample.java
.........\...\...\.........\producer\ProducerSample.java
.........\start.sh
.........\stop.sh
.........\bin\com\kafkatest\consumer
.........\...\...\.........\producer
.........\src\com\kafkatest\consumer
.........\...\...\.........\producer
.........\bin\com\kafkatest
.........\src\com\kafkatest
.........\bin\com
.........\src\com
.........\.settings
.........\bin
.........\lib
.........\src
KafkaTest