Hello, I am interested in creating platform alerts that notify my team when the size of any `znode` is approaching the maximum allowable size. I have a couple of questions about this:
- It seems as if the `jute.maxBuffer` property is the one that determines the maximum allowed size for any `znode.` Is this a correct interpretation of that property? - Is there any metric or way to monitor the actual size of the data for any `znode` in the system? Ideally I'd like to be able to alert when any `znode` is approaching the max size, and to be able to know the path to that `znode` so I can route the alert to the correct team. Thank you! Nick
