本例子基于.net freamwork4.5+kakfa2.11+kafka-net,实现了消息发布和消息订阅功能
2021-11-18 15:51:59 497KB kafka kafka-net
1
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.
2019-12-21 22:03:48 165KB kafka-net
1
该demo是C#中怎样使用kafka的demo,将demo中的Program.cs中的配置server的IP地址改成本机,即可运行
2019-12-21 19:36:31 80KB C# kafka net
1