Hi, Luis:
Thanks a lot for your reply!.
Sincerely,
Selina
On Fri, Nov 20, 2015 at 12:09 PM, Luis Casillas <
luis.casil...@progressfin.com> wrote:
>
> We haven’t seriously considered Protocol Buffers. In general the tools
> we’re interested in have better support for Avro than for protob
We haven’t seriously considered Protocol Buffers. In general the tools we’re
interested in have better support for Avro than for protobuf; Avro was designed
for storing data in big-data storage like HDFS, and many tools for analyzing
such data have taken it up. For example Hive comes with Avr
Hi, Luis:
Thanks a lot for your detail reply with your codes and link of Avro
schema registry.
May I have a question, have you considered protocol buffer as your
message type?
Sincerely,
Selina
On Thu, Nov 19, 2015 at 2:22 PM, Luis Casillas <
luis.casil...@progressfin.com> wrote
Hi, Roger:
I was looking for schema registry without Confluent. After the
investigation for a while. Look like that Confluent's schema registry is a
only way.
I will study your code for sure.
Thanks a lot.
Sincerely,
Selina
On Tue, Nov 17, 2015 at 1:15 AM, Roger Hoover
wrote:
> Hi S
I did a Samza proof of concept project recently and I ended up writing this
code:
https://gist.github.com/ldcasillas-progreso/871af3c1a1790be975fd
In the end, however, I switched the project from Avro to JSON. The issue is
that Avro is designed to work with its self-describing container file
Hi Selina,
If you want to use Confluent's schema registry for Avro, then I have an
example in this repo:
https://github.com/theduderog/hello-samza-confluent
Cheers,
Roger
On Tue, Nov 17, 2015 at 12:32 AM, Selina Tech wrote:
> Dear All:
> Do you know where I can find the tutorial or samp
Dear All:
Do you know where I can find the tutorial or sample code for writing
Avro type message to Kafka and reading Avro type message from Kafka in
Samza?
I am wondering how should I serialized GenericRecord to byte and
deserialized it?
Your comments/suggestion are highly apprecia