You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jira@kafka.apache.org by "Sheriff (Jira)" <ji...@apache.org> on 2023/05/17 09:44:00 UTC

[jira] [Updated] (KAFKA-14999) Kafka Clients not able to publish message when one of broker is shut downed

     [ https://issues.apache.org/jira/browse/KAFKA-14999?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sheriff updated KAFKA-14999:
----------------------------
    Description: 
Three  kafka brokers system (three VMs and each VM contains one kafka broker). One of the VM gracefully shutoff from openstack GUI. Once VM is shutoff then application is not able to publish message to Kafka using Java Kafka-clients 2.6.1 getting below execption:

 
{code:java}
Error sending message: org.apache.kafka.common.errors.TimeoutException: Topic oes-events not present in metadata after 30000 ms. {code}
 

Even though kafka console producer is able to publish the message. 

  was:
Three brokers system on three VMs. One of the VM gracefully shutoff from openstack GUI. Once VM is shutoff then application is not able to publish message to Kafka using Java Kafka-clients 2.6.1 getting below execption:

 
{code:java}
Error sending message: org.apache.kafka.common.errors.TimeoutException: Topic oes-events not present in metadata after 30000 ms. {code}
 

Even though kafka console producer is able to publish the message. 


> Kafka Clients not able to publish message when one of broker is shut downed 
> ----------------------------------------------------------------------------
>
>                 Key: KAFKA-14999
>                 URL: https://issues.apache.org/jira/browse/KAFKA-14999
>             Project: Kafka
>          Issue Type: Bug
>          Components: clients
>    Affects Versions: 2.6.1
>            Reporter: Sheriff
>            Priority: Major
>
> Three  kafka brokers system (three VMs and each VM contains one kafka broker). One of the VM gracefully shutoff from openstack GUI. Once VM is shutoff then application is not able to publish message to Kafka using Java Kafka-clients 2.6.1 getting below execption:
>  
> {code:java}
> Error sending message: org.apache.kafka.common.errors.TimeoutException: Topic oes-events not present in metadata after 30000 ms. {code}
>  
> Even though kafka console producer is able to publish the message. 



--
This message was sent by Atlassian Jira
(v8.20.10#820010)