nea / vertx-mod-cassandra-persistor

A Vert.x Module to query a Cassandra cluster
Apache License 2.0
9 stars 8 forks source link

Question: way to store binary data #4

Open MichaelStephan opened 9 years ago

MichaelStephan commented 9 years ago

Hello,

do you plan to implement a mechanism to store binary data (byte[])?

Thanks for your response.

Cheers, Michael

nea commented 9 years ago

Hey Michael

Yes, that is exactly what I am currently doing for the next version. I am not 100% sure which road to take but it will the main element of a next minor release. Right now stringifying them does work, but I am thinking about additional channels for more direct data streaming to queries.

Unfortunately, I cannot give you a direct timeline as I am fed up with work, but I am actively on it.

Cheers