Can you please attach the container logs? I noticed only job configurations were attached.
-- Bharath From: Anoop Krishnakumar <anoop.krishnaku...@gmail.com> Reply-To: "dev@samza.apache.org" <dev@samza.apache.org> Date: Wednesday, March 6, 2019 at 1:54 PM To: "dev@samza.apache.org" <dev@samza.apache.org> Subject: Trouble running samza 0.14 in standalone mode 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 execution plan and job coordinator communicating with zookeeper. I could see the following line in logs StreamProcessor [INFO] Container is not instantiated for stream processor: 5f7e2a46-fb7a-4054-bf5c-c62423ca2e35. I could not figure out why the container wouldn't start. Any help would be appreciated. Attached is the log and the job configuration. -anoop