phoenix-dataplane / phoenix

Phoenix dataplane system service
https://phoenix-dataplane.github.io
Apache License 2.0
50 stars 9 forks source link

Engine's interface #210

Open crazyboycjr opened 1 year ago

crazyboycjr commented 1 year ago

live upgrade flush queues -> merge_queue

mattlentz commented 1 year ago

Is there any place where the interface design is written out?

libertyeagle commented 1 year ago

Is there any place where the interface design is written out?

An engine developer should implement the Engine trait: https://github.com/phoenix-dataplane/phoenix/blob/main/src/phoenix/src/engine/mod.rs#L39