Skip to content

Instantly share code, notes, and snippets.

@enothereska
Last active October 31, 2018 16:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save enothereska/ed1579a3ea247513db28b77fe1314205 to your computer and use it in GitHub Desktop.
Save enothereska/ed1579a3ea247513db28b77fe1314205 to your computer and use it in GitHub Desktop.
List all running instances of this application
# List all running instances of this application
$ http://localhost:7070/kafka-music/instances
[
	{
		"host": "localhost",
		"port": 7070,
		"storeNames": [
			"all-songs",
			"song-play-count",
			"top-five-songs",
			"top-five-songs-by-genre"
		]
	},
	{
		"host": "localhost",
		"port": 7071,
		"storeNames": [
			"all-songs",
			"song-play-count",
			"top-five-songs",
			"top-five-songs-by-genre"
		]
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment