Skip to content

Latest commit

 

History

History
4 lines (4 loc) · 334 Bytes

File metadata and controls

4 lines (4 loc) · 334 Bytes

java-thrift-kafka-python

java client and python client transfer data by kafka, serialization and deserialization to kafka by thrift. (java 生产者将java对象 用thrift序列化存入kafka, python消费者获取kafka数据 用thrift反序列化为python对象) this help people to learn serialization and deserialization