[rabbitmq-discuss] RabbitMQ and Avro

Mark static.void.dev at gmail.com
Thu Jun 13 22:56:33 BST 2013


Thanks Michael. Avro will also enforce a schema hence the whole reason I was asking over something more generic like JSON. The reason Im leaning towards Avro over PB is its tight integration with Hadoop. Some of these events will be shipped over for hadoop for further processing.

Just wanted to make sure I was going in the right direction.

On Jun 13, 2013, at 2:12 PM, Michael Klishin <michael.s.klishin at gmail.com> wrote:

> 
> 2013/6/14 Mark <static.void.dev at gmail.com>
> Anyone use Avro with RabbitMQ for event aggregation. Is so, would you mind sharing you experiences?
> 
> Mark,
> 
> RabbitMQ is content agnostic so you can use any serialization library with it.
> 
> For event aggregation, protocol buffers worked well for me. Protocol buffers help enforce
> schema to some extent. Because all events share some properties (e.g. timestamp, type),
> having some structure enforced by the message format is helpful in the long term.
> -- 
> MK
> 
> http://github.com/michaelklishin
> http://twitter.com/michaelklishin
> _______________________________________________
> rabbitmq-discuss mailing list
> rabbitmq-discuss at lists.rabbitmq.com
> https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20130613/86596287/attachment.htm>


More information about the rabbitmq-discuss mailing list