1

Like the list durable-cqs command is it possible to list all subscriptions by key to a Geode region?

rupweb
  • 3,052
  • 1
  • 30
  • 57

2 Answers2

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.

https://geode.apache.org/releases/latest/javadoc/org/apache/geode/cache/Region.html#getInterestList--

Edgaras
  • 449
  • 3
  • 14