Skip to content

Why does ClusterPipeline not provide the syncAndReturnAll() method in version 5.0.0 beta 2? #3516

Answered by sazzad16
sundays0 asked this question in Q&A
Discussion options

You must be logged in to vote

Why does ClusterPipeline not provide the syncAndReturnAll() method

Because the returned list would have no logical order (with current implementation).
The implementation of syncAndReturnAll() with a logical order at our end will add a processing cost for all user applications which is not desired by many users.

Solution: You can maintain a List of Responses in your code. After sync(), generate the List of actual replies from that List.

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@sundays0
Comment options

@sazzad16
Comment options

Answer selected by sundays0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants