Akka Typed: How the Pipe Pattern Saves Us from Anti-Patterns | Rock the JVM

  Рет қаралды 4,289

Rock the JVM

Rock the JVM

Күн бұрын

Пікірлер: 15
@no_more_free_nicks
@no_more_free_nicks 2 жыл бұрын
Excellent, I learned the pipe pattern while cleaning my appartment.
@russell2975
@russell2975 3 жыл бұрын
This youtube series and linked blog is incredibly helpful, I've been cutting scala code for over 5 years now - and this series is still clarifying what I already know, and teaching new elements. Really appreciate the effort you put into this.
@rockthejvm
@rockthejvm 3 жыл бұрын
Glad it helps!
@vin5718
@vin5718 3 жыл бұрын
This video helps a lot, solving all concurrency problem with Akka Actor. I would like to see how this for handling Akka stream. Like creating a stream on an actor when receive a message and pipe back all the values from the stream to the actor mailbox to handle it.
@rockthejvm
@rockthejvm 3 жыл бұрын
For Akka Streams, this happens automagically.
@carlossaravia193
@carlossaravia193 4 жыл бұрын
I just started learning Akka. This content is really helpful and informative. I hope to see more in the future !
@vicc8881
@vicc8881 4 жыл бұрын
Great for you!
@rockthejvm
@rockthejvm 4 жыл бұрын
More incoming!
@xbmarx
@xbmarx 4 жыл бұрын
Loving the Akka Typed content!
@rockthejvm
@rockthejvm 4 жыл бұрын
More incoming!
@pkjacobpullolickal7048
@pkjacobpullolickal7048 2 жыл бұрын
awesome!!
@lorenzogabriele9533
@lorenzogabriele9533 4 жыл бұрын
Very nice video! A question: is it stack safe to call the function that returns the behaviour recursively as you do in V3?
@daniellopes6874
@daniellopes6874 4 жыл бұрын
It is not called recursively. It just returns the Behavior which it used to handle the next message. Only when that handling happens it is called again to return the next Behavior which most likely happens on another Thread.
@rockthejvm
@rockthejvm 4 жыл бұрын
Exactly. We also briefly talk about it in the article if you're interested: blog.rockthejvm.com/pipe-pattern/
@yevheniikravchenko9127
@yevheniikravchenko9127 3 жыл бұрын
I love you Man)
Akka Typed: Message adapters
31:50
Rock the JVM
Рет қаралды 2,6 М.
Akka Typed: Stateful and Stateless Actors | Rock the JVM
19:11
Rock the JVM
Рет қаралды 7 М.
World’s strongest WOMAN vs regular GIRLS
00:56
A4
Рет қаралды 46 МЛН
Let's Talk About Scala 3 Indentation | Rock the JVM
22:14
Rock the JVM
Рет қаралды 4,7 М.
Variance Positions in Scala, Demystified | Rock the JVM
31:58
Rock the JVM
Рет қаралды 8 М.
Self-Types in Scala - the Why and the How | Rock the JVM
14:57
Rock the JVM
Рет қаралды 8 М.
How to Sort Lists with Tail Recursion in Scala | Rock the JVM
20:06