Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add REPLICATION parameter to Cassandra schema script (#6582)
## Which problem is this PR solving? Resoles #2618 ## Description of the changes - The addition of the REPLICATION variable allows users to directly specify a custom replication configuration for Cassandra, overriding the default behavior. ## How was this change tested? - i used the make test command provided by the jaeger ## Checklist - [*] I have read https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md - [X] I have signed all commits - [ ] I have added unit tests for the new functionality - [X] I have run lint and test steps successfully - for `jaeger`: `make lint test` - for `jaeger-ui`: `npm run lint` and `npm run test` --------- Signed-off-by: asim <[email protected]> Signed-off-by: Yuri Shkuro <[email protected]> Co-authored-by: Yuri Shkuro <[email protected]>
- Loading branch information