pendingReducerName method
Reducer name of the in-flight request, or null when the id is unknown
(e.g. protocol-level server error with request_id = 0).
Implementation
String? pendingReducerName(int requestId) {
return _pendingRequests[requestId]?.reducerName;
}