Re: FW: mirror and schema topics

2016-12-04 Thread Ewen Cheslack-Postava
Can you give more details about how you're setting up your mirror? It sounds like you're simply missing the __schemas topic, but it's hard to determine the problem without more details about your mirroring setup. -Ewen On Wed, Nov 30, 2016 at 12:03 PM, Berryman, Eric

Re: Expected client producer/consumer CPU utilization when idle

2016-12-04 Thread Ewen Cheslack-Postava
If completely idle, producers shouldn't need to do anything beyond very infrequent metadata updates (once ever few minutes). Consumers, however, will have some ongoing work -- they will always issues fetch requests (to get more data) and heartbeats (to indicate they are still alive). But these

Re: ConnectStandalone with no starting connector properties

2016-12-04 Thread Ewen Cheslack-Postava
Micah, Sure, we'd be happy to commit a patch that removes this restriction. In practice, for most folks its a bit simpler to generate the config file in whatever deployment system they are using than to start the standalone server separately and make an HTTP request to trigger creation of the

Re: Kafka windowed table not aggregating correctly

2016-12-04 Thread Matthias J. Sax
To unsubscribe you need to sent an email to users-unsubscr...@kafka.apache.org -Matthias On 12/3/16 6:13 PM, williamtellme123 wrote: > Unsubscribe > > > Sent via the Samsung Galaxy S7, an AT 4G LTE smartphone > Original message From: Guozhang Wang >

Re: Tracking when a batch of messages has arrived?

2016-12-04 Thread Ali Akhtar
I don't - it would require fetching all messages and iterating over them just to count them, which is expensive. I know the counts after they have been sent. On Sun, Dec 4, 2016 at 9:34 PM, Marko Bonaći wrote: > Do you know in advance (when sending the first message)

Re: Tracking when a batch of messages has arrived?

2016-12-04 Thread Marko Bonaći
Do you know in advance (when sending the first message) how many messages that batch is going to have? Marko Bonaći Monitoring | Alerting | Anomaly Detection | Centralized Log Management Solr & Elasticsearch Support Sematext | Contact

Re: Messages intermittently get lost

2016-12-04 Thread Sudev A C
Hi Zak, Why don't you try using zookeeper four letter admin tools ? echo stat | nc zookeeper-ip zookeeper-port echo stat | nc localhost 2181 These commands will tell you the current status of zookeeper client.