The big penalty for the smaller size is that you need the scheme in order to 
deserialize the message. This can make some uses much more complex. For example 
when sending multiple types of messages, the client somehow needs to know which 
schema is used.
How Avro is used with the Confluent Schema registry this is solved by having a 
way to globally register schema's, and encode the global id in the message.
It looks similar to https://github.com/damballa/abracad which hasn't been 
updated in a while, but I use it in a pet project to use Avro from Closure. I 
might try replacing it.

-- 
You received this message because you are subscribed to the Google
Groups "Clojure" group.
To post to this group, send email to clojure@googlegroups.com
Note that posts from new members are moderated - please be patient with your 
first post.
To unsubscribe from this group, send email to
clojure+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/clojure?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"Clojure" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to clojure+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to