Devs, What is the recommended way to go about adding deprecations for user defined deprecations. For example, vertex managers. You could add them in DeprecatedKeys for know vertex managers like ShuffleVertexManager, but that has not been done historically.
In my particular case, I want to translate mapreduce slow start setting to shuffleVertexManager slow start settings. I also want to add them for custom defined vertex managers. Hopefully this has a pretty simple answer, but just wanted to get thoughts? Jon
