Skip to content

Instantly share code, notes, and snippets.

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/19dcd39366c959ce9bd37675d8e7d046 to your computer and use it in GitHub Desktop.
Save enothereska/19dcd39366c959ce9bd37675d8e7d046 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