Github user vasia commented on the pull request: https://github.com/apache/flink/pull/877#issuecomment-118179278 Hi @shghatge! This looks good in general. Apart from my small inline comment, I have an objection regarding the added example. If I understand correctly, this example tries to compute all vertices that are reachable from each vertex. Is that correct? This is a computation that will cause the state to explode really fast, even for moderately large graphs. I would suggest that you remove the example completely. The docs should be enough to show the available functionality :)
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---