Hey, thanks for the quick reply. It's strange to me that vert.x doesn't have anything better, because Netty has. I mean the Netty's pipeline, where the data flows between the handlers, every of which can parse incoming chunk and then either decide to wait for more data or pass the resulting POJO further. I guess, it's just not the vert.x's main focus to support such low level things.
But thanks for the RecordParser anyway, I'll use it a basis to implement my own handler, and then see if it makes sense to continue with vert.x or better use Netty directly.
воскресенье, 20 июля 2014 г., 20:53:34 UTC+2 пользователь Jez P написал:Hey, thanks for the quick reply. It's strange to me that vert.x doesn't have anything better,
--
You received this message because you are subscribed to the Google Groups "vert.x" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vertx+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
...
...
Hi Tim,
I don't think RecordParser handles Roman's scenario: "length-prefixed string of arbitrary length"