Our Snowplow open source pipeline runs on Google Kubernetes Engine, using PubSub for messages, and I’m wondering how each individual service can be scaled up horizontally, if that’s possible ?
Can each service be scaled horizontally without concurrency issue ?
That’s clear for the PubSub consumers services, but how about the collector ? I’m certain there is no issue scaling this service either, but I’d rather make sure now to avoid further issues