Re: Docker-Image for 'hello-samza'

2016-01-22 Thread Navina Ramesh
Hi Christian, Sorry for chiming in late. I am new to docker and having trouble building the shared docker image. I pulled the docker image as per the instructions in https://github.com/qnib/u-samza/blob/master/SetupDocker.md I know that the VM is running. Not sure what we are "building" after inst

Re: Forward JMX Metrics to New Relic?

2016-01-22 Thread Rad Gruchalski
Avi, I wouldn’t think there’s any reason to use any specific serde other than avoiding costly json traversal. Serdes are quite useful for transporting typed data. You can use them but don’t have to, however, they’re quite helpful. Kind regards,
 Radek Gruchalski 
ra...@gruchalski.com (

Re: Forward JMX Metrics to New Relic?

2016-01-22 Thread Avi Flax
On Thu, Jan 21, 2016 at 6:45 PM, Rad Gruchalski wrote: > You can make samza publish metrics to a kafka topic using your own serdes… Is there any specific reason I should use my own serdes rather than just using the default JSON serde that ships with Samza? Thanks! Avi