You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add REPLICATION parameter to Cassandra schema script (jaegertracing#6582)
## Which problem is this PR solving?
Resoles jaegertracing#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]>
0 commit comments