Geode clients have the ability to registerInterest(key) which works a lot like a topic.
Not sure what you mean by using Geode embedded and with a cluster of external processes, but what I THINK you're asking is, can you use the Geode client/server model where the client is embedded into your application process and the servers that are responsible for holding all the data are in a separate cluster. The answer is YES, that is the most common configuration for Geode usage. -- Mike Stolz Principal Engineer, GemFire Product Manager Mobile: 631-835-4771 On Sat, Nov 12, 2016 at 12:41 PM, Amit Pandey <amit.pandey2...@gmail.com> wrote: > Hi Guys, > > Is there any example of public subscribe with geode? Hazelcast and Ignite > seem to have topics, is there any such thing in Geode. > > Also I want to use Geode embedded. Can I use it with a cluster of external > processes as well. > > Regards >