Skip to content

Instantly share code, notes, and snippets.

@miguno
Last active September 2, 2016 14:22
Show Gist options
  • Save miguno/ac39924a79e6838668d1baad6649f433 to your computer and use it in GitHub Desktop.
Save miguno/ac39924a79e6838668d1baad6649f433 to your computer and use it in GitHub Desktop.
List running app instances that currently manage (parts of) state store "word-count"
# List running app instances that currently manage (parts of) state store "word-count"
$ http://localhost:7070/state/instances/word-count
[
	{
		"host": "localhost",
		"port": 7070,
		"storeNames": [
			"windowed-word-count",
			"word-count"
		]
	},
	{
		"host": "localhost",
		"port": 7071,
		"storeNames": [
			"word-count"
		]
	}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment