teragrep / rlp_01

Java Reliable Event Logging Protocol (RELP) Library RLP-01
Apache License 2.0
5 stars 5 forks source link

rewrite RelpFrame to object-oriented structure #62

Open kortemik opened 10 months ago

kortemik commented 10 months ago

Description current implementation relies on external control.

perhaps proper one would include RelpParser within the rxFrame and the ByteBuffer representation in txFrame and possibly in rxFrame too?

kortemik commented 10 months ago

remember to provide stub implementation as well for non-frames.