Xianlong Lu
Xianlong Lu
Hi, @li-boxuan I also meet such problem in our scenario. I suppose that 20 seconds is too long for customer. Can we add some logic like "try-to-bind in runtime"? I've...
@li-boxuan Thanks for the response. Will use Tokens.ARGS_ALIASES instead of string literal aliases. I think that I forget to talk about an assumption that in my scenario, we put a...
@li-boxuan yes. This solution works. For the 20 seconds period, I suppose that's because the binder will enumerate all tables one by one, which will cost some time. In my...
Hi, @alzimmermsft , from my personal perspective, I think the ExecutorService could be set at any point during the lifetime of the application. If you didn't set the ExecutorService, then...