Skip to content

Instantly share code, notes, and snippets.

@miguno
Last active September 2, 2016 14:24
Show Gist options
  • Save miguno/967f8e951369065b1b7844402d2baeca to your computer and use it in GitHub Desktop.
Save miguno/967f8e951369065b1b7844402d2baeca to your computer and use it in GitHub Desktop.
Find the app instance that contains key "jolly" (if it exists) for the state store "word-count"
# Find the app instance that contains key "jolly" (if it exists) for the state store "word-count"
$ http://localhost:7070/state/instance/word-count/jolly
{
	"host": "localhost",
	"port": 7070,
	"storeNames": [
		"windowed-word-count",
		"word-count"
	]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment