Hi all!
We currently have set up a collector URL snowplow.[collector].com. What we do is pointing all other domains (existing on other hosts) to this endpoint where snowplow collector is hosted.
We are now looking into to having several collector endpoints but of course we do not want to host several collectors.
I found this post How to properly configure the Scala Stream Collector v0.16.0 where this is stated
set up the collector with two separate valid endpoints (one for each domain, eg c.acme.com and c.acme.net)
However it does not say how this should be done. Is it simply adding snowplow.[collector].com as well as snowplow.[new collector endpoint].com to the cookie part of the config hocon, or do we need to change the loadbalancer configuration? Currently we have a kubernetes setup for the collector (service, ingress, backend)
Thanks!