I have a system that publishes messages to Cloud PubSub but the data of the message is passed as query parameters in a GET request (as opposed to using the body of POST request).
- Does PubSub even accept HTTP GET requests as published messages?
- Is there any way to access these query parameters using the Apache Beam Java SDK?