[
https://issues.apache.org/jira/browse/KAFKA-4126?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15490076#comment-15490076
]
Balázs Barnabás commented on KAFKA-4126:
----------------------------------------
My Scala application sends a ProducerRecord to Kafka the following way:
{noformat}
val producer = new KafkaProducer[String, Status](kafkaProps)
val data = new ProducerRecord[String, Status]("new_topic", status)
producer.send(data)
{noformat}
I expected to find a log like the ones you wrote, but I don't see them. (Not in
IntelliJ, Zookeeper or Kafka.)
I'm using Kafka 0.10.0.0 with Scala 2.11.8.
> No relevant log when the topic is non-existent
> ----------------------------------------------
>
> Key: KAFKA-4126
> URL: https://issues.apache.org/jira/browse/KAFKA-4126
> Project: Kafka
> Issue Type: Bug
> Reporter: Balázs Barnabás
> Assignee: Vahid Hashemian
> Priority: Minor
>
> When a producer sends a ProducerRecord into a Kafka topic that doesn't
> existst, there is no relevant debug/error log that points out the error.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)