You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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