Skip to content

Instantly share code, notes, and snippets.

  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save miguno/aaaa8bec8516dcf10ce8abb16fc0c689 to your computer and use it in GitHub Desktop.
List running app instances that currently manage (parts of) state store "top-five-songs"
# List running app instances that currently manage (parts of) state store "top-five-songs"
$ http://localhost:7070/kafka-music/instances/top-five-songs
[
	{
		"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