暂无图片
暂无图片
暂无图片
暂无图片
暂无图片
tgipcn012 - Getting Started.pdf
118
25页
0次
2022-03-14
免费下载
Getting Started
public class User {
!!!String name;
!!!int age;
}
Producer<byte[]> producer =
client.newProducer()
!!!!!!!.topic(topic)
!!!!!!!.create();
User user = new User(“Tom”, 28);
// serialize the `user` by yourself;
byte[] message = …;
producer.send(message);
Parse Exceptions
The field you’re looking for doesn’t exist any more"
The type of field has changed "
e.g. what used to be a `String` is now an `Integer`
of 25
免费下载
【版权声明】本文为墨天轮用户原创内容,转载时必须标注文档的来源(墨天轮),文档链接,文档作者等基本信息,否则作者和墨天轮有权追究责任。如果您发现墨天轮中有涉嫌抄袭或者侵权的内容,欢迎发送邮件至:contact@modb.pro进行举报,并提供相关证据,一经查实,墨天轮将立刻删除相关内容。

评论

关注
最新上传
暂无内容,敬请期待...
下载排行榜
Top250 周榜 月榜