Closed yuqi1129 closed 3 years ago
Could you elaborate on why this is needed? I have a PR that updates the raft engine, and it doesn't require exposing more generic parameters, (https://github.com/tikv/tikv/pull/10937/files#diff-2257f21328c8b6ff1fe766f2eb70c427fe7d9ac1552105707d8d96a888b5209f)
@tabokie Sorry, I do not notice this PR, I have create this issue and try to make raft-engine is update-to-date in tikv, However, Currently raft-engine do not expose open
method in Engine
, So i create this issue. this seems to be redundant
In order to complete the issue Update the version of raft-engine as it has out of date,
Raft-engine can't export
Engine::open
method, see belowTiKV
Raft-engine
We need to change
to