Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
3.0.0-alpha2
-
None
-
None
Description
There are two ways to achive this:
1) Delegate to org.apache.ignite.raft.jraft.rpc.impl.cli.CliClientServiceImpl by introducing dependency from ignite-client to ignite-raft (and removing opposite dependency)
2) Copy org.apache.ignite.raft.jraft.rpc.CliRequests messages to raft-client and adjust RaftGroupServiceImpl to send these messages.
Attachments
Issue Links
- is depended upon by
-
IGNITE-14209 Data rebalancing
- Resolved
- is duplicated by
-
IGNITE-15260 New peer cannot be added to a raft group via RaftGroupService
- Resolved
- is part of
-
IGNITE-14832 Investigate remaining TODOs in org.apache.ignite.raft.jraft package
- Open
- links to
kgusakov Please check my comments in PR.