Cassandra风暴积分

6qfn3psc  于 2021-06-24  发布在  Storm
关注(0)|答案(1)|浏览(308)

我正在研究storm cassandra示例,以便为我的应用程序构建一个解决方案。从中的示例https://github.com/hmsonline/storm-cassandra
我发现,向cassandra bolt发送的bolt的元组和declarer是一种特定的方式:向cassandra bolt发送的bolt的outputdeclarer将列名声明为常量字符串。
有什么办法吗?其他例子的指针,我可以采取叶从将是伟大的。
谢谢!

相关问题