Skip to content
This repository has been archived by the owner on Nov 22, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant