How to reflect an update of a user plugin action across all nodes in jira data center

We have developed a plugin where a servlet call connects to an external database and pulls information into our plugin. Servlet loads on a specific node in our jira. we however want this call to the servlet such that each of the jira nodes in data center can service it and hence all nodes have the same information collected from external database.
Please provide pointers for the same.

Thanks