apache / pekko

Build highly concurrent, distributed, and resilient message-driven applications using Java/Scala
https://pekko.apache.org/
Apache License 2.0
1.17k stars 140 forks source link

EventStream documentation on Typed is required #1162

Closed Roiocam closed 4 months ago

Roiocam commented 6 months ago

Pekko has EventBus(low-level) and EventStream documentation on Classic: https://pekko.apache.org/docs/pekko/current/event-bus.html

But there is no documentation on typed at present.

sfali commented 6 months ago

I can pick this, couple of question, what is the timeline to finish this? Will it be straight from Akka documentation of typed EventBus?

pjfanning commented 6 months ago

@sfali please do not copy anything from Akka. You can't take copyrighted text from another web site due to the legal implications.

sfali commented 6 months ago

Getting compilation on Unsafe that sun.misc.Unsafe not found, how to get around this?

pjfanning commented 6 months ago

Getting compilation on Unsafe that sun.misc.Unsafe not found, how to get around this?

What version of Java are you using? Java 11 is recommended for building Pekko.

sfali commented 6 months ago

I am using Java 17, let me switch to Java 11