diff --git a/docs/src/main/paradox/external-components.md b/docs/src/main/paradox/external-components.md new file mode 100644 index 0000000000..61ea538c32 --- /dev/null +++ b/docs/src/main/paradox/external-components.md @@ -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/) \ No newline at end of file diff --git a/docs/src/main/paradox/index.md b/docs/src/main/paradox/index.md index eb2ff3f2db..99ad8b30bc 100644 --- a/docs/src/main/paradox/index.md +++ b/docs/src/main/paradox/index.md @@ -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)