8月28号打卡,今天学习了《深入浅出Apache Pulsar(3):Pulsar Schema》:Pulsar schema enables you to use language-specific types of data when constructing and handling messages from simple types to more complex application-specific types.

类型安全(序列化和反序列化)
Schema 帮助 Pulsar 保留了数据在其他系统中原有的含义
展开
评论