We at LinkedIn need to encrypt segments in Control...
# pinot-dev
s
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?
k
There is a table config/schema cache I added for case insensitive support
You can use that
s
thanks, i'll check it out