snowplow / enrich

Snowplow Enrichment jobs and library
https://snowplowanalytics.com
Other
21 stars 39 forks source link

Set UserAgent header in Pubsub publisher and consumer #827

Closed spenes closed 1 year ago

spenes commented 1 year ago

This PR sets user-agent header in Pubsub publisher and consumer to get GCP attribution. We did same thing in the Collector as well. Implementation in the Collector can be checked for the reference.

Also, I've moved Pubsub config specs under Pubsub module because config tests under common-fs2 module doesn't pick up and test application.conf of Pubsub module.