Can we remove the glue subpackage?
Open
type/enhancement
- Dominant language
- Go
- Stars
- 40.5k
- Forks
- 6.2k
- PR merge metrics
- PR metrics pending
Description
## Enhancement
We introduce the following packages to avoid cyclic dependencies because the codebase of TiDB/BR/TiDB-Lightning is separated:
* https://github.com/pingcap/tidb/tree/master/br/pkg/glue
* https://github.com/pingcap/tidb/tree/master/br/pkg/gluetidb
* https://github.com/pingcap/tidb/tree/master/br/pkg/gluetikv
And now we have merged the codebase into a mono codebase and it's better to remove the glue package if the original problem disappeared.
Contributor guide
Assessment
This issue has not been assessed yet.