Description
@SuppressWarnings("parameternumber") private RaftClientRequest( ClientId clientId, RaftPeerId serverId, RaftGroupId groupId, long callId, boolean toLeader, Message message, Type type, SlidingWindowEntry slidingWindowEntry, RoutingTable routingTable, long timeoutMs) { ... }
We may simply pass a Builder as a parameter.
Attachments
Issue Links
- is depended upon by
-
RATIS-872 Invalidate replied calls in retry cache
- Resolved
- links to