上传者: xinlingjun2007
|
上传时间: 2019-12-21 22:03:48
|
文件大小: 165KB
|
文件类型: dll
kafka-net 动态库,This project is a .NET implementation of the Apache Kafka protocol. The wire protocol portion is based on the kafka-python library writen by David Arthur and the general class layout attempts to follow a similar pattern as his project. To that end, this project builds up from the low level KafkaConnection object for handling async requests to/from the kafka server, all the way up to a higher level Producer/Consumer classes.