Unable to list Kafka topics

2020-11-21 Thread prat 007
Hi Team, I am running ansible to install elk on one server. (on Dev env, standalone setup) but my playbook is getting failed at kafka role for task listing of Kafka topics. Can you please help. below are the logs. 1. playbook getting failed with error: - ``` TASK [kafka : Kafka Topics | List t

Re: Unable to list Kafka topics

2020-11-21 Thread SasiKumar Senthilnathan
Hai, Looks the host is not reachable. Can you try tcptraceroute or telnet? On Sat, Nov 21, 2020, 22:16 prat 007 wrote: > Hi Team, > > I am running ansible to install elk on one server. (on Dev env, standalone > setup) but my playbook is getting failed at kafka role for task listing of > Kafka

Re: Unable to list Kafka topics

2020-11-21 Thread SasiKumar Senthilnathan
Hai, Looks the host is not reachable. Can you try tcptraceroute or telnet? Thanks SasiKumar Senthilnath On 2020/11/21 12:39:40 prat 007 wrote: > Hi Team, > > I am running ansible to install elk on one server. (on Dev env, standalone > setup) but my playbook is getting failed at kafka role for

Kafka Streams consuming from a pattern goes to PENDING_SHUTDOWN when adding a new topic

2020-11-21 Thread Davide Icardi
Hi all, I have a simple Kafka Stream app that consumes from multiple input topics using the *stream* function that accepts a Pattern (link ). Whenever I add a new topic that matches

Re: Unable to list Kafka topics

2020-11-21 Thread prat 007
Hi SasiKumar, Thanks for your reply. I have pasted telnet output. Thanks, On 2020/11/21 17:08:51, SasiKumar Senthilnathan wrote: > Hai, > > Looks the host is not reachable. > > Can you try tcptraceroute or telnet? > > > On Sat, Nov 21, 2020, 22:16 prat 007 wrote: > > > Hi Team, > > > > I

Re: KIP to Gracefully handle timeout exception on kafka streams

2020-11-21 Thread Matthias J. Sax
KIP-572 will only ship in 2.8.0. For the exception you hit, it's `max.block.ms` -- you might also look into `default.api.timeout.ms`. In general, the relevant configs are documented in the JavaDocs of the corresponding client method. -Matthias On 11/20/20 9:11 PM, Pushkar Deole wrote: > Thanks

Re: Kafka Streams consuming from a pattern goes to PENDING_SHUTDOWN when adding a new topic

2020-11-21 Thread Matthias J. Sax
Thanks for reaching out. Sounds like a bug to me. Would you mind creating a Jira? -Matthias On 11/21/20 10:29 AM, Davide Icardi wrote: > Hi all, > > I have a simple Kafka Stream app that consumes from multiple input topics > using the *stream* function that accepts a Pattern (link >

Re: Unable to list Kafka topics

2020-11-21 Thread sunil chaudhari
Hi, Whats your real problem? Kafka zookeeper failing OR cant list topics. Unless you start kafka, you wont be able to list your topics. On Sun, 22 Nov 2020 at 12:23 AM, prat 007 wrote: > Hi SasiKumar, > > Thanks for your reply. I have pasted telnet output. > > Thanks, > > On 2020/11/21 17:08:51

Re: Unable to list Kafka topics

2020-11-21 Thread prat 007
Hi Sunil, I am unable to list the topics and while checking I found Kafka and zookeeper both services are not up. I am not sure why services are not getting started even after trying it manually. Thanks, On 2020/11/21 19:38:12, sunil chaudhari wrote: > Hi, > Whats your real problem? > Kafka

Re: Kafka Streams consuming from a pattern goes to PENDING_SHUTDOWN when adding a new topic

2020-11-21 Thread Davide Icardi
Thanks, Jira ticket created: https://issues.apache.org/jira/browse/KAFKA-10758 On Sat, Nov 21, 2020 at 8:12 PM Matthias J. Sax wrote: > Thanks for reaching out. Sounds like a bug to me. Would you mind > creating a Jira? > > -Matthias > > On 11/21/20 10:29 AM, Davide Icardi wrote: > > Hi all, > >

Re: Unable to list Kafka topics

2020-11-21 Thread sunil chaudhari
Hi, Please check if it helps: http://zookeeper.apache.org/doc/r3.4.5/zookeeperAdmin.html#sc_supportedPlatforms You have similar symptoms in point 6 in your original email. Try running it manually with below steps: Clear all logs Start zookeeper manually, watch logs for any error. Rectify it refer