Skip to content

Instantly share code, notes, and snippets.

Embed
What would you like to do?
Get details for a particular song
# Get all the top-5 charts across all instances
$ http://localhost:7070/kafka-music/song/9
{
  "artist":"N.W.A",
  "album":"Straight Outta Compton",
  "name":"Gangsta Gangsta"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment