Class RouterExceptionAndTrackingUtils

java.lang.Object
com.linkedin.venice.router.api.RouterExceptionAndTrackingUtils

public class RouterExceptionAndTrackingUtils extends Object
Right now, there is no simple way to capture all the exception cases with DDS Router. So we temporarily track all the error cases when throwing a exception. TODO: If later on DDS router could support a better way to register a handler to handle the exceptional cases, we should update the logic here.