We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
https://github.com/pinterest/rocksplicator/blob/master/cluster_management/src/main/java/com/pinterest/rocksplicator/ConfigGenerator.java#L193 updates the latest layout to a http post request, while https://github.com/pinterest/rocksplicator/blob/master/common/thrift_router.h#L112 watches a local file. Does it mean there is a local http service that receives from the http post and saves it to a file thrift_router watches?
And ConfigGenerator is called by only the participant leader, how could other participants watch the file update...?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://github.com/pinterest/rocksplicator/blob/master/cluster_management/src/main/java/com/pinterest/rocksplicator/ConfigGenerator.java#L193 updates the latest layout to a http post request, while https://github.com/pinterest/rocksplicator/blob/master/common/thrift_router.h#L112 watches a local file. Does it mean there is a local http service that receives from the http post and saves it to a file thrift_router watches?
And ConfigGenerator is called by only the participant leader, how could other participants watch the file update...?
The text was updated successfully, but these errors were encountered: