He-Pin(kerr)
He-Pin(kerr)
Motivation: Akka makes use of FJPool default, need more detail about it. eg,why signalWork eat cpu.  >Konrad `ktoso` Malawski @ktoso 5月 02 23:27 scan means it's underutilised basically it's...
>我有个问题请教下。父actor,可能会创建n多的子actor,但是子actor太多的话,会导致占用内存太多,有没有办法,让没有用到的子actor过一段时间就自动从内存中清除掉?
Motivation: Dispatcher matters - What it is - Why it's matter - How to define/load your dispatcher from code & config
@andrewmed I'm not entirely clear what you mean by "combining Actors" here. It's a simple parent/child tree, always -- a given Actor can have any number of children, and if...
Motivation : The default configuration library - what it is - how to make use if from java/scala - wiht configuration server
Motivation: know how your system is running - a simple implement with some patterns - with kamon. - with zipkin - with opentracing
Motivation: integration with database query and updates with Akka & akka-stream - slick and quill? - jooq
Motivation : Why programming with Flow and not Source and Sink the transducer of clojure share same https://clojure.org/reference/transducers
Stream
Motivation : Built the next generation system reactively - what's stream - what's reactive stream - how is reactive stream implemented in Akka - common user case - how to...