We at LinkedIn need to encrypt segments in Controllers for some use cases. To do so, we’d like to store the boolean encryption flag cryptr name in the table config as the source of truth for this. That means that for each segment upload to Controller, table config needs to be fetched. The concern is that by doing so, we might put pressure on ZK. What’s your opinion on this?