GoogleCloudPlatform / GoogleCloudPlatform/datashare-toolkit
Multicast client: add bi-directional support to receive Pub/Sub and publish multicast
Open
client
enhancement
- Dominant language
- JavaScript
- Stars
- 94
- Forks
- 27
- PR merge metrics
- No merged PRs in 30d
Description
The multicast publisher for Datashare currently joins a multicast group and tunnels packets arriving on the specified group over a Pub/Sub topic that is also specified.
This request is to add a feature where the traffic flow can be reversed, the client is passed a topic name or a subscription as a parameter and receives topic messages. In reverse mode, the multicast client will take the messages from Pub/Sub and send them outbound over the Multicast interface.
Contributor guide
Assessment
This issue has not been assessed yet.