Status Updates From Reactive Design Patterns
Reactive Design Patterns by
Status Updates Showing 1-30 of 219
David Stevenson
is on page 350 of 386
Finished… final read through the last Appendix is a copy of the Reactive Manifesto. No doubt there are parts of it that I have a greater understanding and appreciation for now, having read this book. Want to spend some more time and play with the source code samples more.
— Mar 26, 2022 06:26AM
Add a comment
David Stevenson
is on page 331 of 386
Final patterns covered are Event Sourcing and the Event Stream. The Event Sourcing pattern notes the point I noticed myself earlier in the chapter about the Events being outside of the Domain Object, but at this point notes that the Events do belong within the domain, bringing me to a content state. One consideration not mentioned here is whether to expose your internal events externally or not.
— Mar 23, 2022 06:24AM
Add a comment
David Stevenson
is on page 319 of 386
The Domain Object pattern presented is interesting. The events here are emitted by the encapsulating actor, rather than from within the domain object itself - so, akin to a response, which I tend to think is different to an event. But this is a detail; the pattern itself I like a lot.
Then, there was an intro to the Sharding pattern. Example code is a little tricky but one gets the picture.
— Mar 22, 2022 05:31AM
Add a comment
Then, there was an intro to the Sharding pattern. Example code is a little tricky but one gets the picture.
David Stevenson
is on page 313 of 386
The Throttle pattern covered; gonna study the code in more detail. Next is the Domain Object pattern, something that appeals to me as a DDD person, but was interested to read another reactive book where the authors suggested keeping domain logic directly in the actor code. The Domain Object pattern is attractive to me, from a testing perspective, so the design seems “nicer” this way.
— Mar 21, 2022 05:36AM
Add a comment
David Stevenson
is on page 306 of 386
The Drop pattern - interesting stuff about what you can do when your system is pushed to its limits
— Mar 20, 2022 05:28AM
Add a comment
David Stevenson
is on page 299 of 386
The Pull flow control pattern - great explanation. Then Managed Queue pattern now, but sleepiness strikes…
— Mar 18, 2022 06:26AM
Add a comment
David Stevenson
is on page 294 of 386
Saga, Business Handshake patterns. A few short chapters to go, the remainder looks interesting!
— Mar 15, 2022 06:24AM
Add a comment
David Stevenson
is on page 282 of 386
Forward Flow (nice) and Aggregator patterns covered. Had not though of Forward Flow before but nice concept explained very simply here. Also can be related back to resource management patterns too.
— Mar 11, 2022 05:33AM
Add a comment
David Stevenson
is on page 275 of 386
This section covered the Ask pattern. The code examples use an older version of Akka Typed API, which was unfamiliar to me but I could get the gist. Yes, this Ask pattern is nice! Great reference to Gul Agha’s work here too.
— Mar 09, 2022 07:04AM
Add a comment
David Stevenson
is on page 269 of 386
Back to easier stuff in this chapter, with Request-Response and the Self-contained message patterns covered first
— Mar 01, 2022 05:46AM
Add a comment
David Stevenson
is on page 253 of 386
End of the chapter on resource management patterns, the last one covering managed blocking.
— Feb 23, 2022 03:50PM
Add a comment
David Stevenson
is on page 244 of 386
That was the complex command pattern… which I will remember as variations of a map/reduce style big data requirement within one’s system. Never had such a requirement to handle myself to date, but will file this away in my memory…
— Feb 22, 2022 06:27AM
Add a comment
David Stevenson
is on page 239 of 386
The Complex Command pattern described here looks the same as map/reduce, but the discussion includes different approaches to passing the behavior logic to the worker nodes.
— Feb 20, 2022 04:16AM
Add a comment
David Stevenson
is on page 234 of 386
The Resource Loan pattern covered here.
— Feb 15, 2022 06:48AM
Add a comment
David Stevenson
is on page 229 of 386
The Resource Encapsulation pattern covered first in this chapter. Shows examples using the AWS EC2 client APIs, which is interesting. At least I haven’t had the chance to programmatically work with it before.
— Feb 14, 2022 07:09AM
Add a comment
David Stevenson
is on page 220 of 386
Chapter 13 on replication patterns is interesting but unfortunately quite a slog to read through, as was warned at the start of the chapter.
— Feb 08, 2022 07:14AM
Add a comment
David Stevenson
is on page 216 of 386
This chapter is tough reading at night when I am already tired and sleepy…
— Feb 07, 2022 06:05AM
Add a comment
David Stevenson
is on page 210 of 386
This section of the book has been hard to get through - it really needs solid hours of devotion to focused reading and studying the source code, which are hours I haven’t had. The chapter warned as much, though.
— Jan 28, 2022 04:00AM
Add a comment
David Stevenson
is on page 203 of 386
Multiple master patterns under discussion. I must get back to reading that Cassandra book to recall how it handles read repair…
— Jan 13, 2022 05:30AM
Add a comment
David Stevenson
is on page 198 of 386
Phew this chapter had a warning that this stuff gets pretty detailed and indeed it is tough reading… need more than one sitting to get through the active-passive pattern
— Jan 10, 2022 05:25AM
Add a comment

