[
https://issues.apache.org/jira/browse/IGNITE-11055?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Ilya Borisov updated IGNITE-11055:
----------------------------------
Summary: Web console: implement RxJS operator for handling cluster switch
(was: Implement operator for handling switch cluster)
> Web console: implement RxJS operator for handling cluster switch
> ----------------------------------------------------------------
>
> Key: IGNITE-11055
> URL: https://issues.apache.org/jira/browse/IGNITE-11055
> Project: Ignite
> Issue Type: Improvement
> Reporter: Alexander Kalinin
> Assignee: Alexander Kalinin
> Priority: Major
> Original Estimate: 6h
> Remaining Estimate: 6h
>
> Currently we have a lot of repeated code like this
> pipe(
> pluck('cluster'),
> distinctUntilChanged(),
> switchMap((cluster) => { if (_.isNil(cluster)) return of(EMPTY);
> return obs
> )
> We need to encapsulate it into one operator to use it wherever possible to
> reduce number of repetion and improve readability.
>
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)