Bug 1628892 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

We already define types for ping / engine ping in sync15_traits, but need golden_gate (rust) engines to support it.
Update: Currently we have almost the whole ping except for the reconciliation data being reported. The reconciliation data is part of ApplyResults https://searchfox.org/mozilla-central/source/third_party/rust/sync15-traits/src/bridged_engine.rs#81, and is dropped on the floor https://searchfox.org/mozilla-central/source/services/sync/golden_gate/src/task.rs#310. Threading it through is all that's still needed.

Original comment: We already define types for ping / engine ping in sync15_traits, but need golden_gate (rust) engines to support it.

Back to Bug 1628892 Comment 0