kafka icon indicating copy to clipboard operation
kafka copied to clipboard

Can a missing topic/partition error message indicate the actual topic/partition value?

Open memelet opened this issue 8 years ago • 2 comments

The library will emit this error

{ [KafkaError: This request is for a topic or partition that does not exist on this broker.]
  name: 'KafkaError',
  code: 'UnknownTopicOrPartition',
  message: 'This request is for a topic or partition that does not exist on this broker.' }

Is the actual topic/partition value available to be included in the message?

memelet avatar Jun 12 '16 13:06 memelet

Is this a consumer or producer? Where do you get this error?

oleksiyk avatar Jun 12 '16 13:06 oleksiyk

producer.send(...).catch(err)

memelet avatar Jun 12 '16 13:06 memelet