Like the list durable-cqs
command is it possible to list all subscriptions by key to a Geode region?
Asked
Active
Viewed 82 times
2 Answers
2
You can find the list of all available commands in the gfsh Command Help site.
That said, I don't think there's a gfsh
command for this, neither could I find anything related in link I've previously shared.
Cheers.

Juan Ramos
- 1,421
- 1
- 8
- 13
1
its not on GFSH but there is GetInterestList() in the region subscription service API.

Edgaras
- 449
- 3
- 14