What is the best mechanism for DataMiner to be integrated with the Google Cloud pub/sub queues? Currently Google Cloud publishes messages via pub/sub queue, and the user would like to receive the messages in DataMiner.
From the documentation Quickstart: Using Client Libraries | Cloud Pub/Sub Documentation | Google Cloud , I see that the client also requires Google.Cloud.PubSub.V1 library to make the integration. I think this means a new driver needs to be built to support the use case, but I am not sure.
Any ideas?
You could use the C# library for google cloud in a new connector.
Might be worth looking at how the integration for Kafka/MQTT/RabbitMQ was done
Thanks Tim.
I have looked into the earlier integrations and drivers you mentioned. As some of these technologies are replacing the traditional SNMP and RESTful interfaces, wondering whether these can be developed as optional generic interfaces rather than the drivers.
For example, if there are number of systems that are supported by the Kafka interface then it’s a matter of enabling that interface in the element configuration rather than configuring it as Kafka element on the DataMiner.