Strangeloop Disruptor Workshop Materials
Join the DZone community and get the full member experience.
Join For FreeOn Sunday I gave my very first workshop on the Disruptor. The aim was to give people some hands-on coding experience using the syntax. Because time was limited (you can't get people to build an entire application architecture in 2.5 hours) the example is somewhat contrived, and needs a big leap to make it into a proper application context. But the workshop should:
- Give an overview of the Disruptor
- Show how to create a simple one producer, one consumer example.
- Show how to wire up a parallel event handler
- Show how to how (and why) to create a diamond dependency graph.
- Extrapolate beyond these very simple examples to something closer to a real world architecture.
Requirements are:
- Basic Java skills
- Java 7 update 7
- (Optionally) IntelliJ.
The slides (not all that useful, I'll grant you, without me talking) are available, and you can download the code.
If you want to work through the examples yourself, start with com.mechanitis.towerdefense.TowerDefence. The starting point code for the workshop is in package com.mechanitis.towerdefense. com.mechanitis.towerdefense1 shows a solution to exercise one, com.mechanitis.towerdefense2 to exercise 2 and so forth. The final package, com.mechanitis.towerdefense4, has some different towers you can play with to see the effects. They don't really show anything special about the Disruptor, but they were fun to write and are interesting to play with.
application
Architecture
Exercise (mathematics)
Java (programming language)
Dependency
intellij
Forth (programming language)
Graph (Unix)
Published at DZone with permission of Trisha Gee, DZone MVB. See the original article here.
Opinions expressed by DZone contributors are their own.
Trending
-
Batch Request Processing With API Gateway
-
Observability Architecture: Financial Payments Introduction
-
Execution Type Models in Node.js
-
Reducing Network Latency and Improving Read Performance With CockroachDB and PolyScale.ai
Comments