Using dynamodb as source stream

2018-08-02 Thread Anoop Krishnakumar
Hello, Is there an example or documentation on how to use dynamodb as source stream ? -anoop

Trouble running samza 0.14 in standalone mode

2019-03-06 Thread Anoop Krishnakumar
I am prototyping an application where I have two input topics and two output topics. The application also uses a rocksdb state store that is backed by kafka. I followed WikipediaZkLocalApplication example, but the application always exits without listening for messages from topic. I could see the

Re: Trouble running samza 0.14 in standalone mode

2019-03-07 Thread Anoop Krishnakumar
with Samza 0.14? I would highly > recommend to upgrade to 1.0 since there are tons of API and standalone > related improvements went in to that version after 0.14. > > -Yi > > On Wed, Mar 6, 2019 at 1:54 PM Anoop Krishnakumar < > anoop.krishnaku...@gmail.com> wrote: > >

Scaling samza jobs in standalone deployment

2020-02-20 Thread Anoop Krishnakumar
Hello Team, I am testing scaling of Samza jobs in standalone deployment model. Jobs are deployed in Kubernetes with zookeeper as job coordinator. The input Kafka topic has two partitions and I am running two Samza instances. The configuration supplied to both instances are identical except app.id,