Oleh Dokuka

Results 227 comments of Oleh Dokuka

Drafted a diagram of a possible design of the implementation ![image](https://user-images.githubusercontent.com/5380167/105497677-d6632080-5cc7-11eb-8f4d-444b0c30b333.png) 1) Decode given metadata to find encoded route via `MetadataDecoder` (note, a requester side should use a `MetadataEncoder` to...

Actually, this logic is in rsocket-rpc as of now, but, after a few discussions, @bsideup and I ended up that rsocket-router logic should sit in a different place than rpc....

Hey @pckeyan. Can you please share your benchmark setup or a simple project which let me reproduce your issue | understand the setup behavior? Cheers, Oleh

I'm asking because of different prefetch setup which may vary between reactive and blocking implementations in Spring. Also, you point to a sample project, but it would be much better...

So, if you look at my [slides](https://www.icloud.com/keynote/0XtMIUuNeqBUdlYT_mpdbcXQQ#State_of_RDBA) on reactive database access, and in particular on the slide 33, which shows how reactive Cassandra works underneath, you may get an idea,...

@pckeyan marking as need information. Feel free to provide a sample when it is ready

Hey. I still was not able to look due to hard work on the upcoming release, however, I'm not recommending to use a load-balanced RSocket for now. I hope I...