snowplow / snowbridge

For replicating streams across clouds, accounts and regions
Other
15 stars 7 forks source link

Ensure Telemetry can be disabled via configuration #134

Closed paulboocock closed 2 years ago

paulboocock commented 2 years ago

In a recent PR we added Telemetry, however to disable it you need to recompile the application.

We should ensure it is easier for users to disable this if they want to, by exposing an opt out flag in the configuration.

I'm happy that's it's opt in by default but we should always give users a low friction way of opting out if they want to.

colmsnowplow commented 2 years ago

This is done, but the changes were squashed into https://github.com/snowplow-devops/stream-replicator/issues/124 for v1 release.