Re: Scaling samza jobs in standalone deployment

2020-02-20 Thread Jordan Messec
app.id is used to identify an instance of your application. Each application consumes all partitions for all topics. With unique app.id , what you really have is two Samza jobs running simultaneously. Sounds to me like what you’re expecting is a single Samza job

Re: Samza jdk11 support

2020-06-01 Thread Jordan Messec
This is a pressing issue for our team as well. Jordan > On May 31, 2020, at 7:15 PM, Debraj Manna wrote: > > Thanks Yi. > > Did you get any update on the JDK 11 roadmap? > > > On Wed, May 27, 2020 at 1:04 AM Yi Pan wrote: > >> Hi, Debraj, >> >> Thanks for the reminder. We did discussed

Re: Zookeeper and Client upgrade

2021-07-19 Thread Jordan Messec
+1 for upgrading ZK versions. The old versions rely on old Netty versions which are widely leveraged by db clients and makes utilizing the table API difficult. Jordan > On Jan 14, 2021, at 10:18 AM, Yi Pan wrote: > > Hi, Stuart, > > Thanks for opening the JIRAs. Feel free to take ownership

SystemConsumerMetrics poll-ns

2022-01-18 Thread Jordan Messec
Hi all, Hoping someone can shed some additional light on metric information. I’m looking at some of our jobs’ metrics.org.apache.samza.system.SystemConsumersMetrics However the values I see here seem too low to possibly include network round trip time. Could someone provide additional