Skip to content

Commit 0bf92fb

Browse files
authored
Deprecates Akka Stream implicit converters (#50) (#606)
1 parent d0464c6 commit 0bf92fb

File tree

7 files changed

+10
-158
lines changed

7 files changed

+10
-158
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,14 @@ Please, drop a ⭐ to support this project if you found it interesting!
2222
### Connectors
2323

2424
The below list comprehends the current set of available connectors:
25-
1. [Akka Streams](https://connect.monix.io/docs/akka)
26-
2. [Apache Parquet](https://connect.monix.io/docs/parquet)
27-
3. [AWS DynamoDB](https://connect.monix.io/docs/dynamodb)
28-
4. [AWS S3](https://connect.monix.io/docs/s3)
29-
5. [Elasticsearch](https://connect.monix.io/docs/elasticsearch)
30-
6. [Google Cloud Storage](https://connect.monix.io/docs/gcs)
31-
7. [Hdfs](https://connect.monix.io/docs/hdfs)
32-
8. [MongoDB](https://connect.monix.io/docs/mongodb)
33-
9. [Redis](https://connect.monix.io/docs/redis)
25+
1. [Apache Parquet](https://connect.monix.io/docs/parquet)
26+
2. [AWS DynamoDB](https://connect.monix.io/docs/dynamodb)
27+
3. [AWS S3](https://connect.monix.io/docs/s3)
28+
4. [Elasticsearch](https://connect.monix.io/docs/elasticsearch)
29+
5. [Google Cloud Storage](https://connect.monix.io/docs/gcs)
30+
6. [Hdfs](https://connect.monix.io/docs/hdfs)
31+
7. [MongoDB](https://connect.monix.io/docs/mongodb)
32+
8. [Redis](https://connect.monix.io/docs/redis)
3433

3534
### Contributing
3635

akka/src/main/scala/monix/connect/akka/stream/Converters.scala

+1
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ import org.reactivestreams.{Publisher, Subscriber}
2828

2929
import scala.concurrent.{Future, Promise}
3030

31+
@deprecated
3132
object Converters {
3233

3334
implicit class ExtendedAkkaSink[-In, +R <: Future[_], +Out](sink: Sink[In, R]) {

docs/akka.md

-141
This file was deleted.

website/i18n/en.json

-3
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,6 @@
55
"previous": "Previous",
66
"tagline": "A set of connectors and stream integrations for Monix.",
77
"docs": {
8-
"akka": {
9-
"title": "Akka Streams"
10-
},
118
"dynamodb": {
129
"title": "AWS DynamoDB"
1310
},

website/pages/en/index.js

-4
Original file line numberDiff line numberDiff line change
@@ -155,10 +155,6 @@ const index = `
155155
{
156156
image: `${baseUrl}img/elasticsearch.png`,
157157
imageAlign: 'right'
158-
},
159-
{
160-
image: `${baseUrl}img/akka.png`,
161-
imageAlign: 'right'
162158
}
163159
]}
164160
</Block>

website/sidebars.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"docs": {
3-
"Documentation": ["overview", "akka", "parquet", "dynamodb", "s3", "elasticsearch", "gcs", "hdfs", "mongodb", "redis"]
3+
"Documentation": ["overview", "parquet", "dynamodb", "s3", "elasticsearch", "gcs", "hdfs", "mongodb", "redis"]
44
}
55
}

website/static/img/akka.png

-17.3 KB
Binary file not shown.

0 commit comments

Comments
 (0)