I have 2 topics:
player_info_topic example message:
{"id": 1, "name": "Sandy"}
seating_arrangement_topic example message:
{"id": 1, "seat": 2}
Is there a way to match these messages in gcp, cloud dataflow maybe then publish to another pubsub topic?