Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation src code #1030

Open
aronayne opened this issue Apr 18, 2021 · 0 comments
Open

Documentation src code #1030

aronayne opened this issue Apr 18, 2021 · 0 comments

Comments

@aronayne
Copy link

aronayne commented Apr 18, 2021

Hi,

I'm learning to use CloudFlow for Java and following the tutorial at https://cloudflow.io/docs/current/develop/build-akka-streamlets.html which contains sample code.

Searching the CloudFlow examples (https://github.com/lightbend/cloudflow/tree/master/examples) the tutorial sample code does not appear to be implemented.

For the build-akka-streamlets-java example the implementation code is omitted and throws UnsupportedOperationException exceptions instead:

  // 1. TODO Create inlets and outlets
  // 2. TODO Define the shape of the streamlet
  public StreamletShape shape() { throw new UnsupportedOperationException("Not Implemented"); }
  // 3. TODO Override createLogic to provide StreamletLogic
  public RunnableGraphStreamletLogic createLogic() { throw new UnsupportedOperationException("Not Implemented"); }

Is there sample code for a complete Java + Akka + Streamlet implementation that follows the documentation at https://cloudflow.io/docs/current/develop/build-akka-streamlets.html or an example that contains a complete flow with implemented methods such as 'shape()' & 'createLogic()' ?

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant