kafka
                                
                                
                                
                                    kafka copied to clipboard
                            
                            
                            
                        Can a missing topic/partition error message indicate the actual topic/partition value?
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?
Is this a consumer or producer? Where do you get this error?
producer.send(...).catch(err)