sdcio / data-server

Apache License 2.0
5 stars 1 forks source link

Do we need a way (RPC) to manually trigger a sync ? #37

Closed karimra closed 2 weeks ago

karimra commented 9 months ago

Do we need a way (RPC) to manually trigger a sync ? This would be needed for periodic syncs (not on change)

henderiw commented 9 months ago

Netconf will fail if 2 intents are applied and the first one did not get synced before the 2nd applies.

henderiw commented 8 months ago

options:

karimra commented 8 months ago

Another option is to make the sync request part of the set-intent RPC, that way the client can request a sync (or not) after each set-intent. I think none of these options is ideal:

henderiw commented 7 months ago

get some feedback from operators

henderiw commented 5 months ago

Discussion on sync:

The result is:

steiler commented 2 weeks ago

@henderiw close? or what are the open topics here?