in client/Apache.ShenYu.Client/Utils/RegisterPathConstants.cs [70:74]
public static string BuildMetaDataParentPath(string rpcType,string contextPath)
{
contextPath = UriUtils.RemovePrefix(contextPath);
return String.Join(SEPARATOR, ROOT_PATH, "metadata", rpcType, contextPath);
}