[
https://issues.apache.org/jira/browse/GEODE-3284?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16109129#comment-16109129
]
ASF GitHub Bot commented on GEODE-3284:
---------------------------------------
Github user pivotal-amurmann commented on a diff in the pull request:
https://github.com/apache/geode/pull/673#discussion_r130646425
--- Diff: geode-protobuf/src/main/proto/clientProtocol.proto ---
@@ -64,15 +63,14 @@ message Response {
GetAllResponse getAllResponse = 5;
RemoveResponse removeResponse = 6;
RemoveAllResponse removeAllResponse = 7;
- ListKeysResponse listKeysResponse = 8;
ErrorResponse errorResponse = 13;
CreateRegionResponse createRegionResponse = 20;
DestroyRegionResponse destroyRegionResponse = 21;
- PingResponse pingResponse = 41;
- GetServersResponse getServersResponse = 42;
+// PingResponse pingResponse = 41;
--- End diff --
same as above
> New flow: getAvailableServers
> -----------------------------
>
> Key: GEODE-3284
> URL: https://issues.apache.org/jira/browse/GEODE-3284
> Project: Geode
> Issue Type: Sub-task
> Components: client/server
> Reporter: Brian Baynes
>
> As a Geode client user, I'd like to be able to know all available servers in
> a grid in order to support operations targeting any available server.
> Create op handler for getAvailableServers message, following proto message
> definition.
> Client should be able to complete getAvailableServers, receiving all servers
> available in grid.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)