有没有人看过https://github.com/wurstmeister/storm-docker
您究竟如何在集群上运行示例拓扑?
这可能是一个 docker 问题,但尽管该项目非常有用,但没有关于如何在其上运行 helloworld 拓扑的简单文档。
有没有人看过https://github.com/wurstmeister/storm-docker
您究竟如何在集群上运行示例拓扑?
这可能是一个 docker 问题,但尽管该项目非常有用,但没有关于如何在其上运行 helloworld 拓扑的简单文档。
you can try out https://github.com/wurstmeister/storm-kafka-0.8-plus-test for some small examples
您可以使用以下命令覆盖主机地址:
storm -c nimbus.host=localhost:4242 jar class
其中 4242 是用于运行 nimbus 的容器的端口。