Skip to content

Commit

Permalink
links to squbs components #435
Browse files Browse the repository at this point in the history
  • Loading branch information
akara authored and johanandren committed Sep 28, 2017
1 parent 5f87217 commit db78d53
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
20 changes: 20 additions & 0 deletions docs/src/main/paradox/external-components.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# External Components

[![alpakka]][alpakka-scaladex] Feel free to tag your project with *alpakka* keyword in Scaladex for easier discoverability.

Below is a non-complete list of stream components that are maintained by other projects.

[Contributions](https://github.com/akka/alpakka/blob/master/CONTRIBUTING.md) are very welcome.
[Creating an issue](https://github.com/akka/alpakka/issues) for discussion is a good first step for such contributions.

## Buffers

[Persistent & Broadcast Buffer implemented using Chronicle Queue](https://squbs.readthedocs.io/en/latest/persistent-buffer/)

## Resilience

[Stream Circuit Breaker](https://squbs.readthedocs.io/en/latest/circuitbreaker/)

[Stream Deduplicate](https://squbs.readthedocs.io/en/latest/deduplicate/)

[Timeout Flow](https://squbs.readthedocs.io/en/latest/flow-timeout/)
1 change: 1 addition & 0 deletions docs/src/main/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ The code in this documentation is compiled against

* [Connectors](connectors.md)
* [External connectors](external-connectors.md) (hosted separately)
* [External stream components](external-components.md) (hosted separately)
* [Integration Patterns](patterns.md)
* [Data Transformations](data-transformations/index.md)

Expand Down

0 comments on commit db78d53

Please sign in to comment.