Skip to content

Commit

Permalink
doc: Remove mentions of spanner (#775)
Browse files Browse the repository at this point in the history
The plugin never reached a final release and is no longer available
  • Loading branch information
johanandren authored Jan 23, 2023
1 parent 630e826 commit ad213c6
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions docs/src/main/paradox/cassandra.md
Original file line number Diff line number Diff line change
Expand Up @@ -270,9 +270,7 @@ The supported offset types of the `CassandraProjection` are:
* `String`
* @scala[`Int`]@java[Integer]
* `Long`
* Any other type that has a configured Akka Serializer is stored with base64 encoding of the serialized bytes.
For example the [Akka Persistence Spanner](https://doc.akka.io/docs/akka-persistence-spanner/current/) offset
is supported in this way.
* Any other type that has a configured Akka Serializer is stored with base64 encoding of the serialized bytes.

@@@ note

Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/paradox/jdbc.md
Original file line number Diff line number Diff line change
Expand Up @@ -257,8 +257,6 @@ The supported offset types of the `JdbcProjection` are:
* `Int`
* `Long`
* Any other type that has a configured Akka Serializer is stored with base64 encoding of the serialized bytes.
For example the [Akka Persistence Spanner](https://doc.akka.io/docs/akka-persistence-spanner/current/) offset
is supported in this way.

## Configuration

Expand Down
3 changes: 1 addition & 2 deletions docs/src/main/paradox/running.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,7 @@ When using [Akka Persistence Cassandra plugin](https://doc.akka.io/docs/akka-per
not use too many tags for each event. Each tag will result in a copy of the event in a separate table and
that can impact write performance. Typically, you would use 1 tag per event as illustrated here. Additional
filtering of events can be done in the Projection handler if it doesn't have to act on certain events.
The [JDBC plugin](https://doc.akka.io/docs/akka-persistence-jdbc/current/) and
[Spanner plugin](https://doc.akka.io/docs/akka-persistence-spanner/current/)
The [JDBC plugin](https://doc.akka.io/docs/akka-persistence-jdbc/current/)
don't have this constraint.
@@@

Expand Down
2 changes: 0 additions & 2 deletions docs/src/main/paradox/slick.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,6 @@ The supported offset types of the `SlickProjection` are:
* `Int`
* `Long`
* Any other type that has a configured Akka Serializer is stored with base64 encoding of the serialized bytes.
For example the [Akka Persistence Spanner](https://doc.akka.io/docs/akka-persistence-spanner/current/) offset
is supported in this way.

## Configuration

Expand Down

0 comments on commit ad213c6

Please sign in to comment.