Domain limits on scala stream collector

Hey All,
Doing some research for a project and looking in to how many domains the Scala stream collector can support, is it a limit when I need to create more collectors or can 1 collector cover 3,000 domains?
Thanks

In theory I think you could support 3000 domains - I suspect the limit you’ll likely reach first will be around how many domains / certificates you can attach to a load balancer.

1 Like

As @mike said the limit will be on certificates attached to the Load Balancer - however you can always deploy extra Load Balancers that point to different collector servers which all load to the same backing Kinesis stream or Pub/Sub topic. The deployment becomes more complex but technically speaking you could support as many custom domains as you wanted!