Sergii Karpenko

Results 40 comments of Sergii Karpenko

Hi @BrianNichols ! My issue not about parsing/reading response but about writing/serializing async command. First the command serialized into byte array Then 1) For Netty you create ByteBuf and copy...

Took this Part interface from Spring. Don't know if there is analogue interface in Jetty. I'd like to add this functionality to jetty based reactive feign module

>Is this similar to HttpClient's MultiPartRequestContent, but reactive? Exactly

Please check if it works in main repository. I mean Playtika supported one

Hi @li-boxuan. Good catch. Added logic to remove only old enough blocks that shouldn't take part in concurrent claim.

Have the same failure for [Aerospike storage backend](https://github.com/Playtika/aerospike-janusgraph-storage-backend/blob/feature/wal/aerospike-storage-backend/src/test/java/com/playtika/janusgraph/aerospike/AerospikeGraphTest.java) In my case it's the only failing test but it fails constantly. It fails on this [assert](https://github.com/JanusGraph/janusgraph/blob/master/janusgraph-core/src/main/java/org/janusgraph/graphdb/database/EdgeSerializer.java#L238) As I see because this...

@FlorianHockmann here is the [root cause](https://github.com/JanusGraph/janusgraph/issues/1522) of this issue

Not sure that I know how to fix it correctly

@gmcouto can you check if it works with Spring Cloud 3.0? You can take the latest version of reactive feign client

Hi Can you add more details about this approach? > An alternate, perhaps clearer change would be to add a constructor argument for the desired ReactiveLoggerListener(s), requiring consumers to specify...