Use executeBlocking to execute blocking method asynchronously#60
Use executeBlocking to execute blocking method asynchronously#60Arooba-git wants to merge 1 commit into
Conversation
8f2011d to
9602322
Compare
|
can you sign the eclipse contributor agreement ? |
|
@vietj Hello!
|
9602322 to
fb13909
Compare
|
I fail to see how the screenshots (annotations on main thread state) relate to the updated test code (callback executed on an event loop thread). This portion of test code looks harmless so I'm closing the issue. |
|
@tsegismont Hello! |
|
Hi @Arooba-git I can see there is a difference between the two screenshots for the main thread. But it is not related to the changed code because it runs on an event loop thread. |


Hi! :)
Apparently the code inside
deployVerticlecallback is blocking.. This PR fixes the blocking calls to keep the pipeline reactive.Performance (latency) before fix

Performance after fix
