snowplow-incubator / snowplow-micro

Standalone application to automate testing of trackers
Other
47 stars 15 forks source link

Collector 3.x and Enrich 4.x #145

Closed pondzix closed 8 months ago

pondzix commented 8 months ago

New collector and enrich versions mean:

To be consistent with other Snowplow applications, this commit also brings small improvements to configuration loading. Just like collector configuration, iglu resolver and all enrichments support HOCON configuration format.

As collector 3.x is on scala 2.13 and enrich 2.12, it was easier to cross compile collector to 2.12 than upgrade enrich to 2.13. That's why micro uses collector from this branch -> https://github.com/snowplow/stream-collector/tree/3.1.0_cross_scala_2.12 and is based on scala 2.12

pondzix commented 8 months ago

Part of https://github.com/snowplow-incubator/snowplow-micro/pull/147