Skip to content

Instantly share code, notes, and snippets.

@rmoff
Created October 6, 2015 07:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmoff/c18fd2b4a734576d7289 to your computer and use it in GitHub Desktop.
Save rmoff/c18fd2b4a734576d7289 to your computer and use it in GitHub Desktop.
Kafka quick start - WARN Failed to send producer request with correlation id to broker

Courtesy of here, if you're using a producer on a node remote to the kafka server, you need to make sure you've set advertised.host.name in config/server.properties, otherwise the client may not pick up the correct remote host to connect to.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment