My use case is setting some values in cookies when linking across domains (where the same collector is implemented) so that these can be loaded into the enrich process.
I came across this: https://github.com/snowplow/snowplow/wiki/Cookie-extractor-enrichment
However I see that only the Scala Stream Collector is specified. Can this be achieved with Clojure Collector?
Is there another way I can achieve in sending some values from DOMAIN A to DOMAIN B, which is not through URL and it is collected and stored in Snowplow, linked to the request on DOMAIN B?