mozilla-services / autopush-rs

Push Server in Rust
Mozilla Public License 2.0
198 stars 16 forks source link

Support dual db mode in autoconnect #556

Closed data-sync-user closed 9 months ago

data-sync-user commented 9 months ago

Dual db mode is only currently supported by autoendpoint, not autoconnect

┆Issue is synchronized with this Jira Task

data-sync-user commented 9 months ago

➤ JR Conlin commented:

The feature is not specified in the parent like it is in autoendpoint, but it is present ( https://github.com/mozilla-services/autopush-rs/blob/21e0d40c3d8ae4c02254cfa5f16784d505ade381/autopush-common/src/db/mod.rs#L26-L27 ) if both bigtable and dynamodb are specified. dual is just shorthand for that. I’ll add more logic to make that a bit less magical.

data-sync-user commented 9 months ago

➤ JR Conlin commented:

PR: https://github.com/mozilla-services/autopush-rs/pull/557 ( https://github.com/mozilla-services/autopush-rs/pull/557|smart-link )