en | fr

Reactor Expand vs ExpandDeep: Directory Traversal Strategies

Published on 2024-04-10 | Updated on 2025-12-02 | 8 mins read | Tutorial Reactive Programming

When exploring directory structures in a reactive programming environment, the strategies of breadth-first and depth-first traversal play a crucial role. This guide explores how to use Reactor’s expand and expandDeep operators to traverse and emit paths in a reactive stream.

Continue reading