Best place to start is https://pekko.apache.org/docs/pekko/current/ and for clusters specifically you can look at https://pekko.apache.org/docs/pekko/current/typed/index-cluster.html .
All code examples are both in Scala and Java. On Wed, 18 Oct 2023, 09:20 Claude Warren, Jr, <[email protected]> wrote: > Greetings, > > I am interested in learning how to use Pekko in Java. Are there any good > examples of how to use Pekko to create a cluster of systems using Java (I > don't read/write Scala). > > My goal is to be able to read/write RDF database as a storage layer for > Apache Jena. > > Thanks, > Claude >
