I'm defining a schema for a pub/sub topic.
I have 7 proto files, and I'm able to combine them. When I did this, GCP outputted that there were too many protobuf messages in a single schema. I believe this is something to do with the 50Kb schema definition limit. I have looked at the related stack thread, but I am not able to combine my messages within other messages since they need to be used in multiple other places.
If I was to make 1 schema for each of my protobuf files, would I be able to use multiple schemas for a single topic? Or would I have to combine them (which has thrown me the above error).