This is an automated email from the ASF dual-hosted git repository. fanningpj pushed a commit to branch pjfanning-patch-1 in repository https://gitbox.apache.org/repos/asf/pekko-projection.git
commit 3bb78924207dd55ce7c138ae0db94aad8b0d297b Author: PJ Fanning <[email protected]> AuthorDate: Mon Jun 24 09:52:41 2024 +0100 Fix Pekkp typo in cassandra.md --- docs/src/main/paradox/cassandra.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/main/paradox/cassandra.md b/docs/src/main/paradox/cassandra.md index 1c722f2..a4ad04a 100644 --- a/docs/src/main/paradox/cassandra.md +++ b/docs/src/main/paradox/cassandra.md @@ -332,6 +332,6 @@ datastax-java-driver { ``` Alternatively, Pekko Discovery can be used for finding the Cassandra server contact points as described -in the [Pekkp Connectors Cassandra documentation](https://pekko.apache.org/docs/pekko-connectors/current/cassandra.html#using-pekko-discovery). +in the [Pekko Connectors Cassandra documentation](https://pekko.apache.org/docs/pekko-connectors/current/cassandra.html#using-pekko-discovery). Without any configuration it will use `localhost:9042` as default. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
