Github user FlorianHockmann commented on the issue:

    https://github.com/apache/tinkerpop/pull/897
  
    Shouldn't we also add the `ConnectedComponent` class to the GLVs so users 
can easily do something like this in other languages:
    ```java
    g.V().hasLabel('person').
      connectedComponent().
        with(ConnectedComponent.propertyName, 'component').
        with(ConnectedComponent.edges, outE('knows'))
    ```
    ?


---

Reply via email to