empiredan commented on code in PR #1960:
URL:
https://github.com/apache/incubator-pegasus/pull/1960#discussion_r1540867983
##########
idl/duplication.thrift:
##########
@@ -66,6 +66,9 @@ struct duplication_add_request
// - if false, duplication start state=DS_LOG,
// server will replay and send plog mutation to follower cluster derectly
3:optional bool is_duplicating_checkpoint = true;
+
+ // Specify the app name of remote cluster.
+ 4:optional string remote_app_name;
Review Comment:
Good idea, I think it's reasonable to rename app of remote cluster while
duplicating. We could support this on another pull request.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]