shardingsphere
shardingsphere copied to clipboard
Add session context for kernel and remove thread local
Feature Request
Kernel use thread local to handle some session context. It's better to use SessionContext
to hold session context instead of threadlocal.
task
- [x] add session context for kernel
- [x] remove thread local for cursor
- [ ] remove traffic context holder