docs: ddl: document the initial_tablets replication strategy option#16193
docs: ddl: document the initial_tablets replication strategy option#16193avikivity wants to merge 1 commit intoscylladb:masterfrom
Conversation
cdefec4 to
809d2d5
Compare
|
v2: removed an experimental typo |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). Files changed: |
1 similar comment
|
This pull request is automatically being deployed by Amplify Hosting (learn more). Files changed: |
|
An example would be helpful |
809d2d5 to
1c0b1bb
Compare
|
v3: added an example |
|
This pull request is automatically being deployed by Amplify Hosting (learn more). Files changed: |
|
I've left three minor suggestions. It would be harder with the tables, though. But if you accept the experimental feature mentioned in the Enterprise docs, we can leave it as is. |
I don't understand the reference to 2024.1. Why would it go there? Why is it only opensource? Why would we tag it here? |
d19be43 to
aaa617c
Compare
|
v4:
|
|
Conflicts, please rebase |
I guess I was wrong and it will be part of 2024.2. Whatever the version, it will be visible in the Enterprise docs when it's merged with enterprise.
The feature is not opensource as such, but it's experimental (for now). We exclude experimental features from the Enterprise docs, as we claim that Enterprise does not support experimental features. That's the only reason. Having said that, I think we can merge this PR as is to move forward. |
|
please rebase |
We can't edit each piece of documentation separately like that. If you want to exclude experimental features from enterprise, introduce markup to denote experimental features, and post-process the documentation to exclude them. |
While the feature is experimental, this makes it easier to experiment with it. An example is provided.
aaa617c to
6f1a913
Compare
|
v5: rebased |
Yes, I see your point. I've already added that to our backlog. |
|
@tgrabiec ping |
While the feature is experimental, this makes it easier to experiment with it. An example is provided. Closes scylladb#16193
While the feature is experimental, this makes it easier to experiment with it.