Hi Varun, You can refer to this example: https://github.com/apache/helix/blob/helix-0.6.x/helix-core/src/test/java/org/apache/helix/store/zk/TestZkHelixPropertyStore.java
Thanks, Jason ________________________________ From: Varun Sharma [[email protected]] Sent: Wednesday, February 04, 2015 4:20 PM To: [email protected] Subject: Property store subscription example Hi, I am planning to use the property store to work around some issues with extremely large external views in zk. The work around is to compress values, write to property store and subscribe to watch those smaller valued properties. Is there an example for how to subscribe to the property store ? Thanks Varun
