使用PubSubIO从数据流中的发布/订阅中读取原型

时间:2018-08-17 07:20:25

标签: protocol-buffers google-cloud-dataflow apache-beam google-cloud-pubsub dataflow

我正在尝试从pub / sub中读取原始消息。我找不到关于它的文档。

string[] a1 = { "A","B", "C", "D" };
string[] a2 = { "A", "E", "I", "M", "Q", "U" ,"Y" };

string[] result = a1.Where(a2.Contains).ToArray();

我遇到错误

[错误] PubSubToGcs.java:[210,45] io.polarisdev.datamanagement.jobs.PBTransFormFn类中的构造函数PBTransFormFn无法应用于给定类型;

210行是:.apply(ParDo.of(new PBTransFormFn()))

将感谢您的帮助

预先感谢

Manish

0 个答案:

没有答案