Can a job write to output topic that is also input topic

2016-05-08 Thread Andy Chambers
In designing a samza job, we have come up with a situation where one of the output topics would also be an input topic (it's a bit of a state machine and we're using this topic as a changelog topic for the state machine). Is this use-case supported? Cheers, Andy Andy Chambers |

Serialization asymmetry

2016-03-31 Thread Andy Chambers
output the application needs to specify the serializer itself. Is this correct? Is there a reason for this that I don't appreciate yet? Cheers, Andy Andy Chambers | Full-Stack Software Developer andy.chamb...@fundingcircle.com | 707-205-6502 (m) 747 Front St, 4th Fl | San Francisco, CA 94111 O

Local Storage

2016-02-20 Thread Andy Chambers
Hey Folks, Does anyone successfully use the combination of docker-compose, and samza with local storage? I seem to have an issue similar to the one described here Andy Chambers | Full-Stack Software Developer andy.chamb...@fundingcircle.com | 707-205-6502 (m) 747 Front St, 4th Fl | San

Local Storage

2016-02-20 Thread Andy Chambers
starts up kafka, zookeeper, etc and a samza job that tries to use local storage with a volume mounted from the host OS. I run into the same exception as posted above. Cheers, Andy Andy Chambers | Full-Stack Software Developer andy.chamb...@fundingcircle.com | 707-205-6502 (m) 747 Front St

Re: Allow user-specified class-loader

2016-02-10 Thread Andy Chambers
Have you figured out a workflow where you can run jobs from rhe repl during development?

Re: Allow user-specified class-loader

2016-02-10 Thread Andy Chambers
haring the revelation for any other Samza > users in Clojure-land? > > -Jake > > On Wed, Feb 10, 2016 at 4:07 PM, Andy Chambers < > andy.chamb...@fundingcircle.com> wrote: > > > My co-worker has figured out how to do this without any changes required >

Re: Allow user-specified class-loader

2016-02-10 Thread Andy Chambers
My co-worker has figured out how to do this without any changes required in samza. Andy Chambers | Full-Stack Software Developer andy.chamb...@fundingcircle.com | 707-205-6502 (m) 747 Front St, 4th Fl | San Francisco, CA 94111 Our Mission: T o build a better financial world Unless

Re: Allow user-specified class-loader

2016-02-09 Thread Andy Chambers
sses in Java and have them call into a Clojure API but that's basically what I'm trying to avoid as I'm more likely to get the Java wrong. Thanks for taking the time to understand this request. Cheers, Andy *Andy Chambers* | Full-Stack Software Developer *andy.chamb...@fundingcirc

Re: Allow user-specified class-loader

2016-02-09 Thread Andy Chambers
That would help but if I understand it correctly, it would still be necessary to implement things like Config and Serde Factories in Java. It would be nice to stay in "Clojure-land" to implement those too. *Andy Chambers* | Full-Stack Software Developer *andy.chamb...@fundingcircle.c

Allow user-specified class-loader

2016-02-09 Thread Andy Chambers
adds a config parameter for this that was respected everywhere Class/forName is called? Is there anything else I should consider? Thanks, Andy Andy Chambers | Full-Stack Software Developer andy.chamb...@fundingcircle.com | 707-205-6502 (m) 747 Front St, 4th Fl | San Francisco, CA 94111 Our Mi