Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Include information for Cassandra-as-a-Service #799

Merged
merged 3 commits into from Aug 6, 2020

Conversation

jorgebay
Copy link
Contributor

@jorgebay jorgebay commented Aug 3, 2020

I've added a section in the docs for the configuration settings required to use Cassandra as a service.

@lightbend-cla-validator
Copy link

Hi @jorgebay,

Thank you for your contribution! We really value the time you've taken to put this together.

Before we proceed with reviewing this pull request, please sign the Lightbend Contributors License Agreement:

https://www.lightbend.com/contribute/cla

auth-provider {
class = PlainTextAuthProvider
username = user_name
password = p@ssword1
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like a fake password but maybe make it more clear with

username = <user name>
password = <password>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Makes sense, I've changed it.

@@ -49,3 +49,27 @@ Alternatively, Akka Discovery can be used for finding the Cassandra server conta
in the @extref:[Alpakka Cassandra documentation](alpakka:cassandra.html#using-akka-discovery).

Without any configuration it will use `localhost:9042` as default.

## Using Cassandra-as-a-Service
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we have separate pages for Scylla and CosmosDB, like https://doc.akka.io/docs/akka-persistence-cassandra/current/cosmosdb.html

I think DataStax Astra should be mentioned in same way.

We should probably also structure it with a separate top level index page for these different Cassandra implementations. I can fix this part afterwards.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ok, let me know if I should change it.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, please create a separate page, such as the one for CosmosDB and include in the top level index.md. I can do the adjustments to the structure later.

@jorgebay
Copy link
Contributor Author

jorgebay commented Aug 6, 2020

I've created a dedicated page for it and include it in the index.md file.

Copy link
Member

@patriknw patriknw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks

@chbatey chbatey merged commit cbf5919 into akka:master Aug 6, 2020
@chbatey chbatey added this to the 1.0.2 milestone Aug 6, 2020
@jorgebay jorgebay deleted the caas-docs branch August 6, 2020 13:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants